SequenceData

Inherits from SequenceEntityData

Summary

Constructors

SequenceData()
SequenceData(guid: Guid)
SequenceData(other: SequenceEntityData)
SequenceData(other: EntityData)
SequenceData(other: GameObjectData)
SequenceData(other: GameDataContainer)
SequenceData(other: DataContainer)

Static members

Name Type
SequenceData.typeInfo TypeInformation

Constructors

SequenceData

SequenceData()

Creates a new SequenceData frostbite instance.

SequenceData

SequenceData(guid: Guid)

Creates a new SequenceData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

SequenceData

SequenceData(other: SequenceEntityData)

Casts an instance of type SequenceEntityData to SequenceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SequenceEntityData The instance to cast to SequenceData.

SequenceData

SequenceData(other: EntityData)

Casts an instance of type EntityData to SequenceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to SequenceData.

SequenceData

SequenceData(other: GameObjectData)

Casts an instance of type GameObjectData to SequenceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to SequenceData.

SequenceData

SequenceData(other: GameDataContainer)

Casts an instance of type GameDataContainer to SequenceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to SequenceData.

SequenceData

SequenceData(other: DataContainer)

Casts an instance of type DataContainer to SequenceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to SequenceData.

Static members

typeInfo

TypeInformation

The type information for the SequenceData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)