Collection of entities of the specified type
| C# | Visual Basic | Visual C++ |
public EntityCollection EntitiesByType[ EntityEnum EntityType ] { get; }
Public ReadOnly Property EntitiesByType ( _ EntityType As EntityEnum _ ) As EntityCollection
public: property EntityCollection^ EntitiesByType[EntityEnum EntityType] { EntityCollection^ get (EntityEnum EntityType); }
- EntityType (EntityEnum)
- Type of entities wanted
[Missing <remarks> documentation for P:PH.Map.Terrain.EntitiesByType(PH.Map.EntityEnum)]