Class VolumeCameraWindowConfiguration
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.PolySpatial
Assembly: solution.dll
Syntax
[CreateAssetMenu(fileName = "VolumeCameraWindowConfiguration", menuName = "PolySpatial/Volume Camera Window Configuration")]
public class VolumeCameraWindowConfiguration : ScriptableObject
Properties
Name | Description |
---|---|
Dimensions | The dimensions of the camera's output. This value cannot be changed at runtime and can only be modified on the asset. |
Mode | The mode (Bounded, Unbounded) of the camera's output. This value cannot be changed at runtime and can only be modified on the asset. |