Click or drag to resize

LightningCustomTransformStateInfo Class

Lightning transform state info
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerLightningCustomTransformStateInfo

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

The LightningCustomTransformStateInfo type exposes the following members.

Constructors
  NameDescription
Public methodLightningCustomTransformStateInfo
Initializes a new instance of the LightningCustomTransformStateInfo class
Top
Properties
  NameDescription
Public propertyParameters
Parameters
Public propertyState
State
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetOrCreateStateInfo
Get or create custom transform state info from cache
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberReturnStateInfoToCache
Put LightningCustomTransformStateInfo back into the cache
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldBoltEndPosition
End position
Public fieldBoltStartPosition
Start position
Public fieldEndTransform
End transform
Public fieldStartTransform
Start transform
Public fieldTransform
Transform
Public fieldUserInfo
User defined object
Top
See Also