SocketObjectData
Inherits from SocketObjectDataBase
Summary
Constructors
| SocketObjectData() |
| SocketObjectData(guid: Guid) |
| SocketObjectData(other: SocketObjectDataBase) |
| SocketObjectData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| asset1pGuid | Guid |
| variation1pGuids | Guid[] |
| asset1pZoomGuid | Guid |
| variation1pZoomGuids | Guid[] |
| asset3pGuid | Guid |
| variation3pGuids | Guid[] |
| customizedMaterials | CustomizedMaterialData[] |
Static members
| Name | Type |
|---|---|
| SocketObjectData.typeInfo | TypeInformation |
Constructors
SocketObjectData
SocketObjectData()
Creates a new SocketObjectData frostbite instance.
SocketObjectData
SocketObjectData(guid: Guid)
Creates a new SocketObjectData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
SocketObjectData
SocketObjectData(other: SocketObjectDataBase)
Casts an instance of type SocketObjectDataBase to SocketObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SocketObjectDataBase | The instance to cast to SocketObjectData. |
SocketObjectData
SocketObjectData(other: DataContainer)
Casts an instance of type DataContainer to SocketObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to SocketObjectData. |
Properties
asset1pGuid
variation1pGuids
Guid[]
asset1pZoomGuid
variation1pZoomGuids
Guid[]
asset3pGuid
variation3pGuids
Guid[]
customizedMaterials
Static members
typeInfo
The type information for the SocketObjectData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)