Skip to content

EntityTypeMapping

huggins edited this page Apr 10, 2025 · 2 revisions

Entity Type Mapping

Houses variables used to map DIS Entity Types to Unity game objects.

public class EntityTypeMapping

Includes

Back to Top


Members

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.

Back to Top


Details

EntityTypes

public List<EntityTypeEditor> entityTypes

List of entity types this mapping is tied to.

Back to Top


FriendlyName

public string friendlyName

The friendly name used to describe this entity type mapping.

Back to Top


GameObject

public GameObject gameObject

The Unity game object that the related entity types are mapped to.

Back to Top


Clone this wiki locally