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