 | EntityBehaviourEntityId Property |
[Missing <summary> documentation for "P:Slash.Unity.Common.ECS.EntityBehaviour.EntityId"]
Namespace: Slash.Unity.Common.ECSAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic int EntityId { get; set; }
Public Property EntityId As Integer
Get
Set
public:
property int EntityId {
int get ();
void set (int value);
}
member EntityId : int with get, set
Property Value
Type:
Int32
See Also