SequenceEntityData
Inherits from EntityData
Summary
Constructors
SequenceEntityData() |
SequenceEntityData(guid: Guid) |
SequenceEntityData(other: EntityData) |
SequenceEntityData(other: GameObjectData) |
SequenceEntityData(other: GameDataContainer) |
SequenceEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
events | SequenceEventData[] |
sequenceStartTime | int |
sequenceLength | int |
externalTime | float |
propertyTracks | PropertyTrackData[] |
realm | Realm |
serverUpdatePass | UpdatePass |
clientUpdatePass | UpdatePass |
customSequenceTracks | CustomSequenceTrackData[] |
autoPlayFirstFrame | bool |
looping | bool |
autoStart | bool |
playInReverse | bool |
Static members
Name | Type |
---|---|
SequenceEntityData.typeInfo | TypeInformation |
Constructors
SequenceEntityData
SequenceEntityData()
Creates a new SequenceEntityData frostbite instance.
SequenceEntityData
SequenceEntityData(guid: Guid)
Creates a new SequenceEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SequenceEntityData
SequenceEntityData(other: EntityData)
Casts an instance of type EntityData to SequenceEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to SequenceEntityData. |
SequenceEntityData
SequenceEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to SequenceEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to SequenceEntityData. |
SequenceEntityData
SequenceEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to SequenceEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to SequenceEntityData. |
SequenceEntityData
SequenceEntityData(other: DataContainer)
Casts an instance of type DataContainer to SequenceEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SequenceEntityData. |
Properties
events
sequenceStartTime
int
sequenceLength
int
externalTime
float
propertyTracks
realm
serverUpdatePass
clientUpdatePass
customSequenceTracks
autoPlayFirstFrame
bool
looping
bool
autoStart
bool
playInReverse
bool
Static members
typeInfo
The type information for the SequenceEntityData type.