RiverData

Inherits from RibbonData

Summary

Constructors

RiverData()
RiverData(guid: Guid)
RiverData(other: RibbonData)
RiverData(other: VisualVectorShapeData)
RiverData(other: VectorShapeData)
RiverData(other: BaseShapeData)
RiverData(other: GameObjectData)
RiverData(other: GameDataContainer)
RiverData(other: DataContainer)

Static members

Name Type
RiverData.typeInfo TypeInformation

Constructors

RiverData

RiverData()

Creates a new RiverData frostbite instance.

RiverData

RiverData(guid: Guid)

Creates a new RiverData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

RiverData

RiverData(other: RibbonData)

Casts an instance of type RibbonData to RiverData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other RibbonData The instance to cast to RiverData.

RiverData

RiverData(other: VisualVectorShapeData)

Casts an instance of type VisualVectorShapeData to RiverData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VisualVectorShapeData The instance to cast to RiverData.

RiverData

RiverData(other: VectorShapeData)

Casts an instance of type VectorShapeData to RiverData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VectorShapeData The instance to cast to RiverData.

RiverData

RiverData(other: BaseShapeData)

Casts an instance of type BaseShapeData to RiverData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other BaseShapeData The instance to cast to RiverData.

RiverData

RiverData(other: GameObjectData)

Casts an instance of type GameObjectData to RiverData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to RiverData.

RiverData

RiverData(other: GameDataContainer)

Casts an instance of type GameDataContainer to RiverData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to RiverData.

RiverData

RiverData(other: DataContainer)

Casts an instance of type DataContainer to RiverData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to RiverData.

Static members

typeInfo

TypeInformation

The type information for the RiverData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)