MasterSkeletonAsset

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
masterSkeleton SkeletonAsset | nil
subSkeletons SubSkeleton[]

Static members

Name Type
MasterSkeletonAsset.typeInfo TypeInformation

Constructors

MasterSkeletonAsset

MasterSkeletonAsset()

Creates a new MasterSkeletonAsset frostbite instance.

MasterSkeletonAsset

MasterSkeletonAsset(guid: Guid)

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

Parameters

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

MasterSkeletonAsset

MasterSkeletonAsset(other: Asset)

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

Parameters

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

MasterSkeletonAsset

MasterSkeletonAsset(other: DataContainer)

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

Parameters

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

Properties

masterSkeleton

SkeletonAsset | nil

subSkeletons

SubSkeleton[]

Static members

typeInfo

TypeInformation

The type information for the MasterSkeletonAsset type.

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