Interactable.IncreaseDimension Method
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.
Increases the Current Dimension by 1. If at end (i.e Dimensions - 1), then loop around to beginning (i.e 0)
public:
void IncreaseDimension();
public void IncreaseDimension ();
member this.IncreaseDimension : unit -> unit
Public Sub IncreaseDimension ()