API ReferenceEditor.MapEditor

IBlockToolclass

Interface for the addon layer to implement, this is called from native Hammer.

objectIBlockTool
Namespace
Editor.MapEditor
Assembly
Sandbox.Tools
Declaration
public abstract interface Editor.MapEditor.IBlockTool

Methods2

Showing 2 methods

public virtual Editor.Widget BuildUI()PUBLICVIRTUAL

Returns:Widget

public static void UpdateTool()PUBLICSTATICPER-FRAME

Tells the tool a parameter has changed and that we should redraw.

Returns:void

Properties5

Showing 5 properties

public virtual string Editor.MapEditor.IBlockTool.EntityOverride { get; set; }PUBLICVIRTUALGETSET

Returns:string

public virtual bool Editor.MapEditor.IBlockTool.InProgress { get; set; }PUBLICVIRTUALGETSET

Returns:bool

public static bool Editor.MapEditor.IBlockTool.OrientPrimitives { get; set; }PUBLICSTATICGETSET

Returns:bool

On this page