Click or drag to resize
CameraLookAtTargetOffset Field
If 'LookAtTarget' is used, this vector will be offset from target position. For example, if you want the camera to look at 5 units above target, set this to Vector3(0, 5, 0).

Namespace:  GeonBit.ECS.Components.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Vector3 LookAtTargetOffset

Field Value

Type: Vector3
See Also