Modifier and Type | Method and Description |
---|---|
ProjectionType |
Camera.getProjectionType()
Gets the camera's projection type.
|
static ProjectionType |
ProjectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionType[] |
ProjectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Camera.setProjectionType(ProjectionType value)
Sets the camera's projection type.
|
Constructor and Description |
---|
Camera(ProjectionType projectionType)
Initializes a new instance of the
Camera class. |
Camera(String name,
ProjectionType projectionType)
Initializes a new instance of the
Camera class. |
Copyright © 2018. All rights reserved.