Click or drag to resize
TimeToLive Constructor
Create the time to live component.

Namespace:  GeonBit.ECS.Components.Misc
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TimeToLive(
	float timeToLive
)

Parameters

timeToLive
Type: SystemSingle
How long to wait before destroying this object.
See Also