Table of Contents

Interface ICameraTarget

Namespace
Termule.Engine.Components
Assembly
Termule.Engine.dll

Denotes a target that can be rendered to by Cameras.

public interface ICameraTarget

Properties

Size

Gets the size of this target (in cells).

VectorInt Size { get; }

Property Value

VectorInt

Methods

GetRenderTarget()

Gets a IRenderTarget that is ready to be rendered to.

IRenderTarget GetRenderTarget()

Returns

IRenderTarget

The target.