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