Enum VolumeCamera.PolySpatialWindowResizeLimits
Enum for all possible window resize limits types that can be applied to a volume camera window.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.dll
Syntax
public enum VolumeCamera.PolySpatialWindowResizeLimits
Fields
Name | Description |
---|---|
FixedSize | This window resize behavior prevents the window from being resized. |
LimitMinimumAndMaximumSize | This window resize behavior limits minimum and maximum possible size for the window. |
LimitMinimumSize | This window resize behavior limits the minimum possible size for the window, but places no cap on maximum size besides any platform limitations. |