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