 | Entity2DataFirst Property |
Id of the first entity.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic int First { get; set; }
Public Property First As Integer
Get
Set
public:
property int First {
int get ();
void set (int value);
}
member First : int with get, set
Property Value
Type:
Int32
See Also