IntegratorOrDifferentiatorEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
updatePass EntityUpdateOrder
startValue float
input float
maxValue float
minValue float
bounded bool

Static members

Name Type
IntegratorOrDifferentiatorEntityData.typeInfo TypeInformation

Constructors

IntegratorOrDifferentiatorEntityData

IntegratorOrDifferentiatorEntityData()

Creates a new IntegratorOrDifferentiatorEntityData frostbite instance.

IntegratorOrDifferentiatorEntityData

IntegratorOrDifferentiatorEntityData(guid: Guid)

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

Parameters

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

IntegratorOrDifferentiatorEntityData

IntegratorOrDifferentiatorEntityData(other: EntityData)

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

Parameters

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

IntegratorOrDifferentiatorEntityData

IntegratorOrDifferentiatorEntityData(other: GameObjectData)

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

Parameters

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

IntegratorOrDifferentiatorEntityData

IntegratorOrDifferentiatorEntityData(other: GameDataContainer)

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

Parameters

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

IntegratorOrDifferentiatorEntityData

IntegratorOrDifferentiatorEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

updatePass

EntityUpdateOrder

startValue

float

input

float

maxValue

float

minValue

float

bounded

bool

Static members

typeInfo

TypeInformation

The type information for the IntegratorOrDifferentiatorEntityData type.

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