VegetationBaseEntityData

Inherits from GameEntityData

Summary

Constructors

VegetationBaseEntityData()
VegetationBaseEntityData(guid: Guid)
VegetationBaseEntityData(other: GameEntityData)
VegetationBaseEntityData(other: SpatialEntityData)
VegetationBaseEntityData(other: EntityData)
VegetationBaseEntityData(other: GameObjectData)
VegetationBaseEntityData(other: GameDataContainer)
VegetationBaseEntityData(other: DataContainer)

Properties

Name Type
basePoseTransforms LinearTransform[]
basePoseTranslations Vec3[]
hierarchy int[]
mesh SkinnedMeshAsset | nil
shadowMesh SkinnedMeshAsset | nil
physicsData PhysicsEntityData | nil

Static members

Name Type
VegetationBaseEntityData.typeInfo TypeInformation

Constructors

VegetationBaseEntityData

VegetationBaseEntityData()

Creates a new VegetationBaseEntityData frostbite instance.

VegetationBaseEntityData

VegetationBaseEntityData(guid: Guid)

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

Parameters

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

VegetationBaseEntityData

VegetationBaseEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to VegetationBaseEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to VegetationBaseEntityData.

VegetationBaseEntityData

VegetationBaseEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to VegetationBaseEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to VegetationBaseEntityData.

VegetationBaseEntityData

VegetationBaseEntityData(other: EntityData)

Casts an instance of type EntityData to VegetationBaseEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to VegetationBaseEntityData.

VegetationBaseEntityData

VegetationBaseEntityData(other: GameObjectData)

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

Parameters

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

VegetationBaseEntityData

VegetationBaseEntityData(other: GameDataContainer)

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

Parameters

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

VegetationBaseEntityData

VegetationBaseEntityData(other: DataContainer)

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

Parameters

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

Properties

basePoseTransforms

LinearTransform[]

basePoseTranslations

Vec3[]

hierarchy

int[]

mesh

SkinnedMeshAsset | nil

shadowMesh

SkinnedMeshAsset | nil

physicsData

PhysicsEntityData | nil

Static members

typeInfo

TypeInformation

The type information for the VegetationBaseEntityData type.

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