Table of Contents

Interface ICameraBlendService

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

Mode 전환 시 하드 컷 방지. 반드시 Blend 경유.

public interface ICameraBlendService

Properties

IsBlending

bool IsBlending { get; }

Property Value

bool

Methods

Evaluate(float)

CameraPose Evaluate(float dt)

Parameters

dt float

Returns

CameraPose

StartBlend(in CameraPose, in CameraPose, BlendConfig)

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

Parameters

from CameraPose
to CameraPose
config BlendConfig