UpdateCameraProximityData
Inherits from ProcessorData
Summary
Constructors
Properties
Name | Type |
---|---|
size | Vec3 |
forwardOffset | float |
Static members
Name | Type |
---|---|
UpdateCameraProximityData.typeInfo | TypeInformation |
Constructors
UpdateCameraProximityData
UpdateCameraProximityData()
Creates a new UpdateCameraProximityData frostbite instance.
UpdateCameraProximityData
UpdateCameraProximityData(guid: Guid)
Creates a new UpdateCameraProximityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UpdateCameraProximityData
UpdateCameraProximityData(other: ProcessorData)
Casts an instance of type ProcessorData to UpdateCameraProximityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ProcessorData | The instance to cast to UpdateCameraProximityData. |
UpdateCameraProximityData
UpdateCameraProximityData(other: EmitterComponentData)
Casts an instance of type EmitterComponentData to UpdateCameraProximityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EmitterComponentData | The instance to cast to UpdateCameraProximityData. |
UpdateCameraProximityData
UpdateCameraProximityData(other: DataContainer)
Casts an instance of type DataContainer to UpdateCameraProximityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UpdateCameraProximityData. |
Properties
size
forwardOffset
float
Static members
typeInfo
The type information for the UpdateCameraProximityData type.