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