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