VisualVectorShapeData

Inherits from VectorShapeData

Summary

Constructors

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

Properties

Name Type
errorTolerance float
shader3d SurfaceShaderBaseAsset | nil
drawOrderIndex int
tessellationTriangleSize float

Static members

Name Type
VisualVectorShapeData.typeInfo TypeInformation

Constructors

VisualVectorShapeData

VisualVectorShapeData()

Creates a new VisualVectorShapeData frostbite instance.

VisualVectorShapeData

VisualVectorShapeData(guid: Guid)

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

Parameters

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

VisualVectorShapeData

VisualVectorShapeData(other: VectorShapeData)

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

Parameters

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

VisualVectorShapeData

VisualVectorShapeData(other: BaseShapeData)

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

Parameters

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

VisualVectorShapeData

VisualVectorShapeData(other: GameObjectData)

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

Parameters

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

VisualVectorShapeData

VisualVectorShapeData(other: GameDataContainer)

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

Parameters

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

VisualVectorShapeData

VisualVectorShapeData(other: DataContainer)

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

Parameters

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

Properties

errorTolerance

float

shader3d

SurfaceShaderBaseAsset | nil

drawOrderIndex

int

tessellationTriangleSize

float

Static members

typeInfo

TypeInformation

The type information for the VisualVectorShapeData type.

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