SkinnedSocketObjectData
Inherits from SocketObjectData
Summary
Constructors
Properties
Name | Type |
---|---|
faceposerLibraryIndex | int |
Static members
Name | Type |
---|---|
SkinnedSocketObjectData.typeInfo | TypeInformation |
Constructors
SkinnedSocketObjectData
SkinnedSocketObjectData()
Creates a new SkinnedSocketObjectData frostbite instance.
SkinnedSocketObjectData
SkinnedSocketObjectData(guid: Guid)
Creates a new SkinnedSocketObjectData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SkinnedSocketObjectData
SkinnedSocketObjectData(other: SocketObjectData)
Casts an instance of type SocketObjectData to SkinnedSocketObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SocketObjectData | The instance to cast to SkinnedSocketObjectData. |
SkinnedSocketObjectData
SkinnedSocketObjectData(other: SocketObjectDataBase)
Casts an instance of type SocketObjectDataBase to SkinnedSocketObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SocketObjectDataBase | The instance to cast to SkinnedSocketObjectData. |
SkinnedSocketObjectData
SkinnedSocketObjectData(other: DataContainer)
Casts an instance of type DataContainer to SkinnedSocketObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SkinnedSocketObjectData. |
Properties
faceposerLibraryIndex
int
Static members
typeInfo
The type information for the SkinnedSocketObjectData type.