 | EntityGameObjectsBehaviourEntityObjects Property |
Entity game objects.
Namespace: Slash.Unity.Common.ECSAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic IEnumerable<GameObject> EntityObjects { get; }
Public ReadOnly Property EntityObjects As IEnumerable(Of GameObject)
Get
public:
property IEnumerable<GameObject^>^ EntityObjects {
IEnumerable<GameObject^>^ get ();
}
member EntityObjects : IEnumerable<GameObject> with get
Property Value
Type:
IEnumerableGameObject
See Also