StandardTool3D.InteractionMode Property
Gets or sets the tool interaction mode. Use this to override the default tool interaction.
Syntax
public ToolInteractionMode3D InteractionMode { get; set; }
Property Value
Remarks
This allows you to activate interaction features of the tool through other means than the default keyboard keys that the default mode uses. Common cases would be that you want to use another key to activate a specific mode, or that you want to activate a mode through a button in the GUI.
Platforms
Windows, Linux, Android