HavokAsset

Inherits from Asset

Summary

Constructors

HavokAsset()
HavokAsset(guid: Guid)
HavokAsset(other: Asset)
HavokAsset(other: DataContainer)

Properties

Name Type
scale float
externalAssets DataContainer[]

Static members

Name Type
HavokAsset.typeInfo TypeInformation

Constructors

HavokAsset

HavokAsset()

Creates a new HavokAsset frostbite instance.

HavokAsset

HavokAsset(guid: Guid)

Creates a new HavokAsset frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

HavokAsset

HavokAsset(other: Asset)

Casts an instance of type Asset to HavokAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to HavokAsset.

HavokAsset

HavokAsset(other: DataContainer)

Casts an instance of type DataContainer to HavokAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to HavokAsset.

Properties

scale

float

externalAssets

DataContainer[]

Static members

typeInfo

TypeInformation

The type information for the HavokAsset type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)