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