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