Api Editor MapEditor IBlockTool
interface

IBlockTool

public interface IBlockTool

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

Properties

Name Type Description
Instance static IBlockTool
Current virtual PrimitiveBuilder
InProgress virtual Boolean
EntityOverride virtual String
OrientPrimitives static Boolean

Methods

virtual Widget BuildUI()
static Void UpdateTool()

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

Assembly: Sandbox.Tools Namespace: Editor.MapEditor Full Name: Editor.MapEditor.IBlockTool