Table of Contents

Namespace Gasimo.CineBlend

Classes

BlendableFloat

Float Lerp utility class

BlendableQuaternion

Quaternion Lerp utility class

BlendableVector3

Vector3 Lerp utility class

CameraBlendState

Represents the blend state between two cameras

Cineblend

CineFlax Plugin

CineblendMaster

Camera Controller. Manages camera transitions and blending and applies them to the Main Camera this script is attached to.

VirtualCamera

Virtual Camera Actor that can be blended between different states

Structs

CameraProperties

Collection of camera properties that can be blended

Interfaces

IBlendableProperty<T>

Interface for properties that can be blended

ICameraModule

ICineModule interface. It defines a single module which contains a collection of properties that can be blended.

ICineCamera

ICineCamera interface. Implement this to create new Virtual Cameras from scratch. Otherwise inherit the VirtualCamera class.