MovieTextureAsset
Inherits from Asset
Summary
Constructors
MovieTextureAsset() |
MovieTextureAsset(guid: Guid) |
MovieTextureAsset(other: Asset) |
MovieTextureAsset(other: DataContainer) |
Properties
Name | Type |
---|---|
chunkGuid | Guid |
chunkSize | int |
subtitleChunkGuid | Guid |
subtitleChunkSize | int |
hasLocalizedAudioTracks | bool |
overrideBackgroundMusic | bool |
Static members
Name | Type |
---|---|
MovieTextureAsset.typeInfo | TypeInformation |
Constructors
MovieTextureAsset
MovieTextureAsset()
Creates a new MovieTextureAsset frostbite instance.
MovieTextureAsset
MovieTextureAsset(guid: Guid)
Creates a new MovieTextureAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MovieTextureAsset
MovieTextureAsset(other: Asset)
Casts an instance of type Asset to MovieTextureAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to MovieTextureAsset. |
MovieTextureAsset
MovieTextureAsset(other: DataContainer)
Casts an instance of type DataContainer to MovieTextureAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MovieTextureAsset. |
Properties
chunkGuid
chunkSize
int
subtitleChunkGuid
subtitleChunkSize
int
hasLocalizedAudioTracks
bool
overrideBackgroundMusic
bool
Static members
typeInfo
The type information for the MovieTextureAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)