Interactable.NumOfDimensions 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.
A way of adding more layers of states for controls like toggles
public:
property int NumOfDimensions { int get(); void set(int value); };
public int NumOfDimensions { get; set; }
member this.NumOfDimensions : int with get, set
Public Property NumOfDimensions As Integer