Table of Contents

Class FollowBehavior

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

Follow Behavior. FollowTarget 위치 추적. Mode와 독립적으로 조합 가능.

public sealed class FollowBehavior : ICameraBehavior
Inheritance
object
FollowBehavior
Implements

Fields

Offset

public Vector3 Offset

Field Value

Vector3

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