Camera

Camera()

Initialiseert een nieuw exemplaar van hetCamera klasse.

public Camera()

Zie ook


Camera(ProjectionType)

Initialiseert een nieuw exemplaar van hetCamera klasse.

public Camera(ProjectionType projectionType)
ParameterTypeBeschrijving
projectionTypeProjectionTypeProjectie type.

Zie ook


Camera(string)

Initialiseert een nieuw exemplaar van hetCamera klasse.

public Camera(string name)
ParameterTypeBeschrijving
nameStringNaam.

Zie ook


Camera(string, ProjectionType)

Initialiseert een nieuw exemplaar van hetCamera klasse.

public Camera(string name, ProjectionType projectionType)
ParameterTypeBeschrijving
nameStringNaam.
projectionTypeProjectionTypeProjectie type.

Zie ook