RoadData

Inherits from RibbonData

Summary

Constructors

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

Properties

Name Type
shader2d SurfaceShaderBaseAsset | nil
shader3dZOnly SurfaceShaderBaseAsset | nil
uvTileFactor float
stickToTerrain bool

Static members

Name Type
RoadData.typeInfo TypeInformation

Constructors

RoadData

RoadData()

Creates a new RoadData frostbite instance.

RoadData

RoadData(guid: Guid)

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

Parameters

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

RoadData

RoadData(other: RibbonData)

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

Parameters

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

RoadData

RoadData(other: VisualVectorShapeData)

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

Parameters

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

RoadData

RoadData(other: VectorShapeData)

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

Parameters

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

RoadData

RoadData(other: BaseShapeData)

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

Parameters

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

RoadData

RoadData(other: GameObjectData)

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

Parameters

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

RoadData

RoadData(other: GameDataContainer)

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

Parameters

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

RoadData

RoadData(other: DataContainer)

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

Parameters

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

Properties

shader2d

SurfaceShaderBaseAsset | nil

shader3dZOnly

SurfaceShaderBaseAsset | nil

uvTileFactor

float

stickToTerrain

bool

Static members

typeInfo

TypeInformation

The type information for the RoadData type.

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