SensingComponentData

Inherits from ComponentData

Summary

Constructors

SensingComponentData()
SensingComponentData(guid: Guid)
SensingComponentData(other: ComponentData)
SensingComponentData(other: GameObjectData)
SensingComponentData(other: GameDataContainer)
SensingComponentData(other: DataContainer)

Properties

Name Type
template SensingTemplateData | nil
settings SensingSettings | nil
enabled bool
sharedPlayerMemory bool
useWeaponTransform bool

Static members

Name Type
SensingComponentData.typeInfo TypeInformation

Constructors

SensingComponentData

SensingComponentData()

Creates a new SensingComponentData frostbite instance.

SensingComponentData

SensingComponentData(guid: Guid)

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

Parameters

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

SensingComponentData

SensingComponentData(other: ComponentData)

Casts an instance of type ComponentData to SensingComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to SensingComponentData.

SensingComponentData

SensingComponentData(other: GameObjectData)

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

Parameters

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

SensingComponentData

SensingComponentData(other: GameDataContainer)

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

Parameters

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

SensingComponentData

SensingComponentData(other: DataContainer)

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

Parameters

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

Properties

template

SensingTemplateData | nil

settings

SensingSettings | nil

enabled

bool

sharedPlayerMemory

bool

useWeaponTransform

bool

Static members

typeInfo

TypeInformation

The type information for the SensingComponentData type.

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