Click or drag to resize

LightningBolt Class

Lightning bolt
Inheritance Hierarchy
SystemObject
  DigitalRuby.ThunderAndLightningLightningBolt

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

The LightningBolt type exposes the following members.

Constructors
  NameDescription
Public methodLightningBolt
Default constructor
Top
Properties
  NameDescription
Public propertyCameraMode
Camera mode
Public propertyHasGlow
Is there any glow for any of the lightning bolts?
Public propertyIsActive
Is this lightning bolt active any more?
Public propertyMinimumDelay
The current minimum delay until anything will start rendering
Top
Methods
  NameDescription
Public methodAddGroup
Add a new segment group, or get one from cache
Public methodCleanup
Cleanup all resources
Public methodStatic memberClearCache
Clear out all cached objects to free up memory
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 methodSetupLightningBolt
Setup a lightning bolt from dependencies
Public methodToString (Inherited from Object.)
Public methodUpdate
Update
Top
Fields
  NameDescription
Public fieldStatic memberMaximumLightCount
The maximum number of lights to allow for all lightning
Public fieldStatic memberMaximumLightsPerBatch
The maximum number of lights to create per batch of lightning emitted
Top
See Also