Skip to content

vke.Camera

Jean-Philippe Bruyère edited this page Feb 2, 2020 · 1 revision

namespace: vke

Inheritance Hierarchy

  • Camera

Syntax

public class Camera

Constructors

prototype description
Camera (float fieldOfView, float aspectRatio, float nearPlane=0.1f, float farPlane=16f) __

Properties

name description
AspectRatio __
FieldOfView __
Model __
Perspective __
Projection __
SkyboxView __
View __
Zoom __

Methods

prototype description
void Move(float x, float y, float z=0) __
void Rotate(float x, float y, float z=0) __
void SetPosition(float x, float y, float z=0) __
void SetRotation(float x, float y, float z=0) __
void SetZoom(float factor) __
void Update() __

Events

name description
Clone this wiki locally