Piccolo.NET

CameraViewConstraint Enumeration

This enumeration is used by the PCamera class. It represents the types of constraints that can be applied to a camera's view matrix.

public enum CameraViewConstraint

Members

Member NameDescription
None No constraint should be applied to the view.
All Try to keep the entire bounds of all the camera's layers within the camera's view.
Center Try to keep the center point of all the camera's layers within the camera's view.

Requirements

Namespace: UMD.HCIL.Piccolo

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

UMD.HCIL.Piccolo Namespace