-
Notifications
You must be signed in to change notification settings - Fork 6
EntityTypeMapping
huggins edited this page Apr 10, 2025
·
2 revisions
Houses variables used to map DIS Entity Types to Unity game objects.
public class EntityTypeMapping| Access | Type | Name | Description | |
|---|---|---|---|---|
| Public | List<EntityTypeEditor> | entityTypes | List of entity types this mapping is tied to. | |
| Public | string | friendlyName | The friendly name used to describe this entity type mapping. | |
| Public | GameObject | gameObject | The Unity game object that the related entity types are mapped to. |
public List<EntityTypeEditor> entityTypesList of entity types this mapping is tied to.
public string friendlyNameThe friendly name used to describe this entity type mapping.
public GameObject gameObjectThe Unity game object that the related entity types are mapped to.