Skip to content

DISEnumerationMappings

huggins edited this page May 10, 2023 · 1 revision

DIS Enumeration Mappings

DIS Enumeration Mappings. Used to set up mappings between DIS Entity Types and their associated Unity game objects.

public class DISEnumerationMappings 
  : ScriptableObject

Includes

Back to Top


Members

Access Type Name Description
Public List<EntityTypeMapping> EntityTypeMappings The mapping between DIS Entity IDs and corresponding entity actors.

Back to Top


Details

EntityTypeMappings

public List<EntityTypeMapping> EntityTypeMappings

The mapping between DIS Entity IDs and corresponding entity actors.

Back to Top


Clone this wiki locally