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