WaterEntityData
Inherits from GamePhysicsEntityData
Summary
Constructors
| WaterEntityData() |
| WaterEntityData(guid: Guid) |
| WaterEntityData(other: GamePhysicsEntityData) |
| WaterEntityData(other: GameEntityData) |
| WaterEntityData(other: SpatialEntityData) |
| WaterEntityData(other: EntityData) |
| WaterEntityData(other: GameObjectData) |
| WaterEntityData(other: GameDataContainer) |
| WaterEntityData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| asset | WaterAsset | nil |
Static members
| Name | Type |
|---|---|
| WaterEntityData.typeInfo | TypeInformation |
Constructors
WaterEntityData
WaterEntityData()
Creates a new WaterEntityData frostbite instance.
WaterEntityData
WaterEntityData(guid: Guid)
Creates a new WaterEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
WaterEntityData
WaterEntityData(other: GamePhysicsEntityData)
Casts an instance of type GamePhysicsEntityData to WaterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GamePhysicsEntityData | The instance to cast to WaterEntityData. |
WaterEntityData
WaterEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to WaterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameEntityData | The instance to cast to WaterEntityData. |
WaterEntityData
WaterEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to WaterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SpatialEntityData | The instance to cast to WaterEntityData. |
WaterEntityData
WaterEntityData(other: EntityData)
Casts an instance of type EntityData to WaterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to WaterEntityData. |
WaterEntityData
WaterEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to WaterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to WaterEntityData. |
WaterEntityData
WaterEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to WaterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to WaterEntityData. |
WaterEntityData
WaterEntityData(other: DataContainer)
Casts an instance of type DataContainer to WaterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to WaterEntityData. |
Properties
asset
WaterAsset | nil
Static members
typeInfo
The type information for the WaterEntityData type.