BuildInfo.ColorSpace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameter to set the player's ColorSpace
public:
property Nullable<UnityEngine::ColorSpace> ColorSpace { Nullable<UnityEngine::ColorSpace> get(); void set(Nullable<UnityEngine::ColorSpace> value); };
public UnityEngine.ColorSpace? ColorSpace { get; set; }
member this.ColorSpace : Nullable<UnityEngine.ColorSpace> with get, set
Public Property ColorSpace As Nullable(Of ColorSpace)
Property Value
- Nullable<UnityEngine.ColorSpace>