Table of Contents

Class CameraBlendService

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

카메라 Blend 서비스. Mode 전환 시 하드 컷 방지. Curve 기반 Position/Rotation/FOV 동시 보간.

public sealed class CameraBlendService : ICameraBlendService
Inheritance
object
CameraBlendService
Implements

Properties

IsBlending

public bool IsBlending { get; }

Property Value

bool

Methods

Evaluate(float)

public CameraPose Evaluate(float dt)

Parameters

dt float

Returns

CameraPose

StartBlend(in CameraPose, in CameraPose, BlendConfig)

public void StartBlend(in CameraPose from, in CameraPose to, BlendConfig config)

Parameters

from CameraPose
to CameraPose
config BlendConfig