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