Kanzi  3.9.8
Kanzi Engine Java API
CameraEnums.ProjectionType Enum Reference

Projection type of a camera. More...

Inheritance diagram for CameraEnums.ProjectionType:
[legend]

Public Member Functions

 ProjectionType (int mValue)
 
 ProjectionType (ProjectionType enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static ProjectionType swigToEnum (int swigValue)
 
static ProjectionType toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 ProjectionAsymmetricPerspective =(2)
 Asymmetric perspective projection.
 
 ProjectionOrthographic =(1)
 Orthogonal projection.
 
 ProjectionPerspective =(0)
 Perspective projection.
 

Detailed Description

Projection type of a camera.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static ProjectionType toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.