LightningBoltScriptTimeVectorSinceStart Property |
The last time value (see unity built in shader variables _Time)
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static Vector4 TimeVectorSinceStart { get; }
Public Shared ReadOnly Property TimeVectorSinceStart As Vector4
Get
public:
static property Vector4 TimeVectorSinceStart {
Vector4 get ();
}
static member TimeVectorSinceStart : Vector4 with get
Property Value
Type:
Vector4See Also