Class TimedSet<T>
Inheritance
System.Object
TimedSet<T>
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public class TimedSet<T> : Object where T : IHasID
Type Parameters
Name | Description |
---|---|
T |
Constructors
TimedSet()
Declaration
public TimedSet()
Properties
Set
Declaration
public ControllerHashSet<T> Set { get; set; }
Property Value
Type | Description |
---|---|
ControllerHashSet<T> |
Methods
GetTime(T)
Declaration
public double GetTime(T t)
Parameters
Type | Name | Description |
---|---|---|
T | t |
Returns
Type | Description |
---|---|
System.Double |
Initialize()
Declaration
public void Initialize()