Interactable.Dimensions Field
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.
A way of adding more layers of states for controls like toggles. This is capitalized and doesn't match conventions for backwards compatibility (to not break people using Interactable). We tried using FormerlySerializedAs("Dimensions) and renaming to "dimensions", however Unity did not properly pick up the former serialization, so we maintained the old value. See https://github.com/microsoft/MixedRealityToolkit-Unity/issues/6169
protected: int Dimensions;
[UnityEngine.SerializeField]
protected int Dimensions;
[<UnityEngine.SerializeField>]
val mutable Dimensions : int
Protected Dimensions As Integer
Field Value
- Attributes
-
UnityEngine.SerializeFieldAttribute