TransformBlendEntityData

Inherits from EntityData

Summary

Constructors

TransformBlendEntityData()
TransformBlendEntityData(guid: Guid)
TransformBlendEntityData(other: EntityData)
TransformBlendEntityData(other: GameObjectData)
TransformBlendEntityData(other: GameDataContainer)
TransformBlendEntityData(other: DataContainer)

Properties

Name Type
in2 LinearTransform
in1 LinearTransform
blendValue float
blendValue2 float
realm Realm

Static members

Name Type
TransformBlendEntityData.typeInfo TypeInformation

Constructors

TransformBlendEntityData

TransformBlendEntityData()

Creates a new TransformBlendEntityData frostbite instance.

TransformBlendEntityData

TransformBlendEntityData(guid: Guid)

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

Parameters

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

TransformBlendEntityData

TransformBlendEntityData(other: EntityData)

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

Parameters

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

TransformBlendEntityData

TransformBlendEntityData(other: GameObjectData)

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

Parameters

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

TransformBlendEntityData

TransformBlendEntityData(other: GameDataContainer)

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

Parameters

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

TransformBlendEntityData

TransformBlendEntityData(other: DataContainer)

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

Parameters

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

Properties

in2

LinearTransform

in1

LinearTransform

blendValue

float

blendValue2

float

realm

Realm

Static members

typeInfo

TypeInformation

The type information for the TransformBlendEntityData type.

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