Click or drag to resize

LightningBoltLineRendererMesh Class

Class the encapsulates a game object, and renderer for lightning bolt meshes
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerLightningBoltLineRendererMesh

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class LineRendererMesh

The LightningBoltLineRendererMesh type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCustomTransform
Custom transform, null if none
Public propertyEmpty
Is the line renderer empty?
Public propertyGameObject
Game object
Public propertyMaterialBolt
Bolt material
Public propertyMaterialGlow
Glow material
Public propertyMeshRendererBolt
Bolt mesh renderer
Public propertyMeshRendererGlow
Glow mesh renderer
Public propertyTag
Tag
Public propertyTransform
The transform component
Top
Methods
  NameDescription
Public methodAppendLine
Append an additional line, call repeatedly after using BeginLine
Public methodBeginLine
Begin a new line
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPopulateMesh
Populate the mesh
Public methodPrepareForLines
Prepare for new lines
Public methodReset
Reset
Public methodToString (Inherited from Object.)
Top
See Also