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