MovieComponentData

Inherits from ComponentData

Summary

Constructors

MovieComponentData()
MovieComponentData(guid: Guid)
MovieComponentData(other: ComponentData)
MovieComponentData(other: GameObjectData)
MovieComponentData(other: GameDataContainer)
MovieComponentData(other: DataContainer)

Properties

Name Type
movie MovieTextureAsset | nil
externalTime float
isNormalMap bool

Static members

Name Type
MovieComponentData.typeInfo TypeInformation

Constructors

MovieComponentData

MovieComponentData()

Creates a new MovieComponentData frostbite instance.

MovieComponentData

MovieComponentData(guid: Guid)

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

Parameters

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

MovieComponentData

MovieComponentData(other: ComponentData)

Casts an instance of type ComponentData to MovieComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to MovieComponentData.

MovieComponentData

MovieComponentData(other: GameObjectData)

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

Parameters

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

MovieComponentData

MovieComponentData(other: GameDataContainer)

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

Parameters

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

MovieComponentData

MovieComponentData(other: DataContainer)

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

Parameters

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

Properties

movie

MovieTextureAsset | nil

externalTime

float

isNormalMap

bool

Static members

typeInfo

TypeInformation

The type information for the MovieComponentData type.

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