Enum TrackableEventType
Describes the types of recording events for tracked object data
Namespace: Unity.MARS.Data.Recorded
Syntax
public enum TrackableEventType : int
Fields
Name | Description | Value |
---|---|---|
Added | 0 | |
Updated | 1 | |
Removed | 2 |
Describes the types of recording events for tracked object data
public enum TrackableEventType : int
Name | Description | Value |
---|---|---|
Added | 0 | |
Updated | 1 | |
Removed | 2 |