LightningBoltDependencies Fields |
The LightningBoltDependencies type exposes the following members.
| 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
|