-
Notifications
You must be signed in to change notification settings - Fork 7
DISEnumerationMappings
huggins edited this page Apr 10, 2025
·
2 revisions
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> EntityTypeMappingsThe mapping between DIS Entity IDs and corresponding entity actors.