Updates the positioning of the radial menu according to the user's options.
usingUnityEngine;publicclassRadialMenuExample:MonoBehaviour{UltimateRadialMenu radialMenu;voidStart () { // Store the Ultimate Radial Menu registered with the name: ExampleMenu radialMenu =UltimateRadialMenu.ReturnComponent( "ExampleMenu" ); }}