PlayVideoEntityData
Inherits from EntityData
Summary
Constructors
PlayVideoEntityData() |
PlayVideoEntityData(guid: Guid) |
PlayVideoEntityData(other: EntityData) |
PlayVideoEntityData(other: GameObjectData) |
PlayVideoEntityData(other: GameDataContainer) |
PlayVideoEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
movie | MovieTextureAsset | nil |
keepBlackScreen | bool |
allowSkip | bool |
Static members
Name | Type |
---|---|
PlayVideoEntityData.typeInfo | TypeInformation |
Constructors
PlayVideoEntityData
PlayVideoEntityData()
Creates a new PlayVideoEntityData frostbite instance.
PlayVideoEntityData
PlayVideoEntityData(guid: Guid)
Creates a new PlayVideoEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PlayVideoEntityData
PlayVideoEntityData(other: EntityData)
Casts an instance of type EntityData to PlayVideoEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to PlayVideoEntityData. |
PlayVideoEntityData
PlayVideoEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to PlayVideoEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to PlayVideoEntityData. |
PlayVideoEntityData
PlayVideoEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to PlayVideoEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to PlayVideoEntityData. |
PlayVideoEntityData
PlayVideoEntityData(other: DataContainer)
Casts an instance of type DataContainer to PlayVideoEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PlayVideoEntityData. |
Properties
movie
MovieTextureAsset | nil
keepBlackScreen
bool
allowSkip
bool
Static members
typeInfo
The type information for the PlayVideoEntityData type.