Table of Contents

Class AimBehavior

Namespace
Framework.Systems.Camera
Assembly
Assembly-CSharp.dll

Aim Behavior. 조준 시 FOV 축소 및 오프셋 이동. Enable/Disable로 조준 진입/해제.

public sealed class AimBehavior : ICameraBehavior
Inheritance
object
AimBehavior
Implements

Fields

AimFov

public float AimFov

Field Value

float

AimOffset

public Vector3 AimOffset

Field Value

Vector3

TransitionDamping

public float TransitionDamping

Field Value

float

Properties

IsActive

public bool IsActive { get; }

Property Value

bool

Priority

실행 순서. 낮을수록 먼저 실행.

public int Priority { get; }

Property Value

int

Methods

Disable(CameraContext)

public void Disable(CameraContext ctx)

Parameters

ctx CameraContext

Enable(CameraContext)

public void Enable(CameraContext ctx)

Parameters

ctx CameraContext

Tick(CameraContext, ref CameraPose)

public void Tick(CameraContext ctx, ref CameraPose pose)

Parameters

ctx CameraContext
pose CameraPose