-
Notifications
You must be signed in to change notification settings - Fork 5
DISEnumerationMappings
huggins edited this page May 10, 2023
·
1 revision
DIS Enumeration Mappings. Used to set up mappings between DIS Entity Types and their associated Unity game objects.
public class DISEnumerationMappings
: ScriptableObject
Access | Type | Name | Description | |
---|---|---|---|---|
Public | List<EntityTypeMapping> | EntityTypeMappings | The mapping between DIS Entity IDs and corresponding entity actors. |
public List<EntityTypeMapping> EntityTypeMappings
The mapping between DIS Entity IDs and corresponding entity actors.