 | ComponentStatusChangedEventDataDuration Property |
Duration the status change lasts (in s).
Null means the duration isn't determined.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic Nullable<float> Duration { get; set; }
Public Property Duration As Nullable(Of Single)
Get
Set
public:
property Nullable<float> Duration {
Nullable<float> get ();
void set (Nullable<float> value);
}
member Duration : Nullable<float32> with get, set
Property Value
Type:
NullableSingle
See Also