MovieEntityData

Inherits from GameEntityData

Summary

Constructors

MovieEntityData()
MovieEntityData(guid: Guid)
MovieEntityData(other: GameEntityData)
MovieEntityData(other: SpatialEntityData)
MovieEntityData(other: EntityData)
MovieEntityData(other: GameObjectData)
MovieEntityData(other: GameDataContainer)
MovieEntityData(other: DataContainer)

Properties

Name Type
movie MovieTextureAsset | nil
externalTime float
isNormalMap bool

Static members

Name Type
MovieEntityData.typeInfo TypeInformation

Constructors

MovieEntityData

MovieEntityData()

Creates a new MovieEntityData frostbite instance.

MovieEntityData

MovieEntityData(guid: Guid)

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

Parameters

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

MovieEntityData

MovieEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to MovieEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to MovieEntityData.

MovieEntityData

MovieEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to MovieEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to MovieEntityData.

MovieEntityData

MovieEntityData(other: EntityData)

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

Parameters

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

MovieEntityData

MovieEntityData(other: GameObjectData)

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

Parameters

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

MovieEntityData

MovieEntityData(other: GameDataContainer)

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

Parameters

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

MovieEntityData

MovieEntityData(other: DataContainer)

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

Parameters

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

Properties

movie

MovieTextureAsset | nil

externalTime

float

isNormalMap

bool

Static members

typeInfo

TypeInformation

The type information for the MovieEntityData type.

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