Click or drag to resize

LightningBoltDependencies Class

Lightning bolt dependencies
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerLightningBoltDependencies

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

The LightningBoltDependencies type exposes the following members.

Constructors
  NameDescription
Public methodLightningBoltDependencies
Initializes a new instance of the LightningBoltDependencies class
Top
Methods
  NameDescription
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 methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAddActiveBolt
Call this when the bolt becomes active
Public fieldCameraIsOrthographic
Is camera 2D?
Public fieldCameraMode
Camera mode
Public fieldCameraPos
Camera position
Public fieldDestParticleSystem
Dest particle system - do not access from threads
Public fieldLevelOfDetailDistance
Level of detail distance
Public fieldLightAdded
Call this when a light is added
Public fieldLightningBoltEnded
Runs when a lightning bolt is ended (parameters, start, end)
Public fieldLightningBoltStarted
Runs when a lightning bolt is started (parameters, start, end)
Public fieldLightningMaterialMesh
Material for glow - do not access from threads
Public fieldLightningMaterialMeshNoGlow
Material for bolt - do not access from threads
Public fieldLightRemoved
Call this when a light is removed
Public fieldOriginParticleSystem
Origin particle system - do not access from threads
Public fieldParameters
Parameters
Public fieldParent
Parent - do not access from threads
Public fieldReturnToCache
Returns the dependencies to their cache
Public fieldSortLayerName
Sort layer name
Public fieldSortOrderInLayer
Order in layer
Public fieldStartCoroutine
Method to start co-routines
Public fieldThreadState
Thread state
Public fieldUseWorldSpace
Use world space
Top
See Also