DebugConstantData

Inherits from Asset

Summary

Constructors

DebugConstantData()
DebugConstantData(guid: Guid)
DebugConstantData(other: Asset)
DebugConstantData(other: DataContainer)

Properties

Name Type
botDebugDistance float
inViewModeFOV float
graphDataBuffer int
minDecisionTime float
inaccuracyEnabled bool

Static members

Name Type
DebugConstantData.typeInfo TypeInformation

Constructors

DebugConstantData

DebugConstantData()

Creates a new DebugConstantData frostbite instance.

DebugConstantData

DebugConstantData(guid: Guid)

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

Parameters

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

DebugConstantData

DebugConstantData(other: Asset)

Casts an instance of type Asset to DebugConstantData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to DebugConstantData.

DebugConstantData

DebugConstantData(other: DataContainer)

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

Parameters

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

Properties

botDebugDistance

float

inViewModeFOV

float

graphDataBuffer

int

minDecisionTime

float

inaccuracyEnabled

bool

Static members

typeInfo

TypeInformation

The type information for the DebugConstantData type.

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