| LightningBoltDependencies Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DigitalRuby.WeatherMaker
 Syntax
SyntaxThe LightningBoltDependencies type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LightningBoltDependencies | Initializes a new instance of the LightningBoltDependencies class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | AddActiveBolt | 
            Call this when the bolt becomes active
             | 
|  | CameraIsOrthographic | 
            Is camera 2D?
             | 
|  | CameraMode | 
            Camera mode
             | 
|  | CameraPos | 
            Camera position
             | 
|  | DestParticleSystem | 
            Dest particle system - do not access from threads
             | 
|  | LevelOfDetailDistance | 
            Level of detail distance
             | 
|  | LightAdded | 
            Call this when a light is added
             | 
|  | LightningBoltEnded | 
            Runs when a lightning bolt is ended (parameters, start, end)
             | 
|  | LightningBoltStarted | 
            Runs when a lightning bolt is started (parameters, start, end)
             | 
|  | LightningMaterialMesh | 
            Material for glow - do not access from threads
             | 
|  | LightningMaterialMeshNoGlow | 
            Material for bolt - do not access from threads
             | 
|  | LightRemoved | 
            Call this when a light is removed
             | 
|  | OriginParticleSystem | 
            Origin particle system - do not access from threads
             | 
|  | Parameters | 
            Parameters
             | 
|  | Parent | 
            Parent - do not access from threads
             | 
|  | ReturnToCache | 
            Returns the dependencies to their cache
             | 
|  | SortLayerName | 
            Sort layer name
             | 
|  | SortOrderInLayer | 
            Order in layer
             | 
|  | StartCoroutine | 
            Method to start co-routines
             | 
|  | ThreadState | 
            Thread state
             | 
|  | UseWorldSpace | 
            Use world space
             | 
 See Also
See Also