API ReferenceEditor.MapEditor
IBlockToolclass
Interface for the addon layer to implement, this is called from native Hammer.
object→IBlockTool
Methods2
Showing 2 methods
public static void UpdateTool()
Tells the tool a parameter has changed and that we should redraw.
Returns:
void—No results match this filter.
Properties5
Showing 5 properties
public virtual Editor.MeshEditor.PrimitiveBuilder Editor.MapEditor.IBlockTool.Current { get; set; }
public virtual string Editor.MapEditor.IBlockTool.EntityOverride { get; set; }
Returns:
string—public virtual bool Editor.MapEditor.IBlockTool.InProgress { get; set; }
Returns:
bool—public static Editor.MapEditor.IBlockTool Editor.MapEditor.IBlockTool.Instance { get; set; }
public static bool Editor.MapEditor.IBlockTool.OrientPrimitives { get; set; }
Returns:
bool—No results match this filter.