Click or drag to resize

LightningGeneratorPath Class

Generates lightning that follows a path
Inheritance Hierarchy

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

The LightningGeneratorPath type exposes the following members.

Constructors
  NameDescription
Public methodLightningGeneratorPath
Initializes a new instance of the LightningGeneratorPath class
Top
Methods
  NameDescription
Public methodCreateFork
Create a fork
(Inherited from LightningGenerator.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGenerateLightningBolt(LightningBolt, LightningBoltParameters)
Generate a lightning bolt
(Inherited from LightningGenerator.)
Public methodGenerateLightningBolt(LightningBolt, LightningBoltParameters, Vector3, Vector3)
Generate a lightning bolt
(Inherited from LightningGenerator.)
Public methodGenerateLightningBoltPath
Generate path lightning
Public methodGenerateLightningBoltStandard
Generate a normal lightning bolt
(Inherited from LightningGenerator.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnGenerateLightningBolt
Callback for lightning bolt generation
(Overrides LightningGeneratorOnGenerateLightningBolt(LightningBolt, Vector3, Vector3, LightningBoltParameters).)
Public methodRandomDirection2D
Get a random 2D direction on XY plane
(Inherited from LightningGenerator.)
Public methodRandomDirection2DXZ
Get a random 2D direction on XZ plane
(Inherited from LightningGenerator.)
Public methodRandomDirection3D
Get a random 3D direction
(Inherited from LightningGenerator.)
Public methodRandomVector
Get a random vector for a lightning bolt
(Inherited from LightningGenerator.)
Public methodShouldCreateFork
Determine if a fork should be created
(Inherited from LightningGenerator.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberPathGeneratorInstance
Lightning path generator singelton
Top
See Also