MeshProjectileEntityData

Inherits from ProjectileEntityData

Summary

Constructors

MeshProjectileEntityData()
MeshProjectileEntityData(guid: Guid)
MeshProjectileEntityData(other: ProjectileEntityData)
MeshProjectileEntityData(other: GamePhysicsEntityData)
MeshProjectileEntityData(other: GameEntityData)
MeshProjectileEntityData(other: SpatialEntityData)
MeshProjectileEntityData(other: EntityData)
MeshProjectileEntityData(other: GameObjectData)
MeshProjectileEntityData(other: GameDataContainer)
MeshProjectileEntityData(other: DataContainer)

Properties

Name Type
initialAngularVelocity Vec3
trailEffect EffectBlueprint | nil
mesh MeshAsset | nil
maxAttachableInclination float
extraDamping bool
isAttachable bool

Static members

Name Type
MeshProjectileEntityData.typeInfo TypeInformation

Constructors

MeshProjectileEntityData

MeshProjectileEntityData()

Creates a new MeshProjectileEntityData frostbite instance.

MeshProjectileEntityData

MeshProjectileEntityData(guid: Guid)

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

Parameters

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

MeshProjectileEntityData

MeshProjectileEntityData(other: ProjectileEntityData)

Casts an instance of type ProjectileEntityData to MeshProjectileEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProjectileEntityData The instance to cast to MeshProjectileEntityData.

MeshProjectileEntityData

MeshProjectileEntityData(other: GamePhysicsEntityData)

Casts an instance of type GamePhysicsEntityData to MeshProjectileEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GamePhysicsEntityData The instance to cast to MeshProjectileEntityData.

MeshProjectileEntityData

MeshProjectileEntityData(other: GameEntityData)

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

Parameters

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

MeshProjectileEntityData

MeshProjectileEntityData(other: SpatialEntityData)

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

Parameters

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

MeshProjectileEntityData

MeshProjectileEntityData(other: EntityData)

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

Parameters

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

MeshProjectileEntityData

MeshProjectileEntityData(other: GameObjectData)

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

Parameters

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

MeshProjectileEntityData

MeshProjectileEntityData(other: GameDataContainer)

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

Parameters

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

MeshProjectileEntityData

MeshProjectileEntityData(other: DataContainer)

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

Parameters

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

Properties

initialAngularVelocity

Vec3

trailEffect

EffectBlueprint | nil

mesh

MeshAsset | nil

maxAttachableInclination

float

extraDamping

bool

isAttachable

bool

Static members

typeInfo

TypeInformation

The type information for the MeshProjectileEntityData type.

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