CustomSequenceTrackData
Inherits from EntityData
Summary
Constructors
CustomSequenceTrackData() |
CustomSequenceTrackData(guid: Guid) |
CustomSequenceTrackData(other: EntityData) |
CustomSequenceTrackData(other: GameObjectData) |
CustomSequenceTrackData(other: GameDataContainer) |
CustomSequenceTrackData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
CustomSequenceTrackData.typeInfo | TypeInformation |
Constructors
CustomSequenceTrackData
CustomSequenceTrackData()
Creates a new CustomSequenceTrackData frostbite instance.
CustomSequenceTrackData
CustomSequenceTrackData(guid: Guid)
Creates a new CustomSequenceTrackData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
CustomSequenceTrackData
CustomSequenceTrackData(other: EntityData)
Casts an instance of type EntityData to CustomSequenceTrackData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to CustomSequenceTrackData. |
CustomSequenceTrackData
CustomSequenceTrackData(other: GameObjectData)
Casts an instance of type GameObjectData to CustomSequenceTrackData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to CustomSequenceTrackData. |
CustomSequenceTrackData
CustomSequenceTrackData(other: GameDataContainer)
Casts an instance of type GameDataContainer to CustomSequenceTrackData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to CustomSequenceTrackData. |
CustomSequenceTrackData
CustomSequenceTrackData(other: DataContainer)
Casts an instance of type DataContainer to CustomSequenceTrackData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to CustomSequenceTrackData. |
Properties
trackName
string
inputLinkMap
outputLinkMap
eventMap
sourcePropertyMap
targetPropertyMap
sourceAndTargetPropertyMap
Static members
typeInfo
The type information for the CustomSequenceTrackData type.