EdgeModelComponentData

Inherits from DestructionEdgeModelComponentData

Summary

Constructors

EdgeModelComponentData()
EdgeModelComponentData(guid: Guid)
EdgeModelComponentData(other: DestructionEdgeModelComponentData)
EdgeModelComponentData(other: ComponentData)
EdgeModelComponentData(other: GameObjectData)
EdgeModelComponentData(other: GameDataContainer)
EdgeModelComponentData(other: DataContainer)

Properties

Name Type
rigidMeshes RigidMeshAsset[]
maxInstanceCount int

Static members

Name Type
EdgeModelComponentData.typeInfo TypeInformation

Constructors

EdgeModelComponentData

EdgeModelComponentData()

Creates a new EdgeModelComponentData frostbite instance.

EdgeModelComponentData

EdgeModelComponentData(guid: Guid)

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

Parameters

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

EdgeModelComponentData

EdgeModelComponentData(other: DestructionEdgeModelComponentData)

Casts an instance of type DestructionEdgeModelComponentData to EdgeModelComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DestructionEdgeModelComponentData The instance to cast to EdgeModelComponentData.

EdgeModelComponentData

EdgeModelComponentData(other: ComponentData)

Casts an instance of type ComponentData to EdgeModelComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to EdgeModelComponentData.

EdgeModelComponentData

EdgeModelComponentData(other: GameObjectData)

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

Parameters

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

EdgeModelComponentData

EdgeModelComponentData(other: GameDataContainer)

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

Parameters

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

EdgeModelComponentData

EdgeModelComponentData(other: DataContainer)

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

Parameters

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

Properties

rigidMeshes

RigidMeshAsset[]

maxInstanceCount

int

Static members

typeInfo

TypeInformation

The type information for the EdgeModelComponentData type.

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