Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


cubemapFaceMask

The bit field that you can use to enable or disable update on each of the cubemap faces. The bit order from least to most significant bit is as follows: +X, -X, +Y, -Y, +Z, -Z.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public uint cubemapFaceMask { get; set; }