API ReferenceEditor.MapEditor
public abstract interface Editor.MapEditor.IBlockTool
Interface for the addon layer to implement, this is called from native Hammer.
Methods
Showing 2 methods
public virtual Editor.Widget BuildUI()
public static void UpdateTool()
Tells the tool a parameter has changed and that we should redraw.
No results match this filter.
Properties
Showing 5 properties
public virtual Editor.MeshEditor.PrimitiveBuilder Editor.MapEditor.IBlockTool.Current { get; set; }
public virtual string Editor.MapEditor.IBlockTool.EntityOverride { get; set; }
public virtual bool Editor.MapEditor.IBlockTool.InProgress { get; set; }
public static Editor.MapEditor.IBlockTool Editor.MapEditor.IBlockTool.Instance { get; set; }
public static bool Editor.MapEditor.IBlockTool.OrientPrimitives { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor.MapEditor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.MapEditor.IBlockTool |