We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Houses variables used to map DIS Entity Types to Unity game objects.
public class EntityTypeMapping
Back to Top
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.