API ReferenceEditor.MapEditor

IEntityToolclass

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

objectIEntityTool
Namespace
Editor.MapEditor
Assembly
Sandbox.Tools
Declaration
public abstract interface Editor.MapEditor.IEntityTool

Methods3

Showing 3 methods

public virtual void CreateUI(Editor.Widget container)PUBLICVIRTUAL

ParameterTypeDescription
containerWidget
Returns:void

public virtual string GetCurrentEntityClassName()PUBLICVIRTUAL

Returns:string

public static void StartBlockEntityCreation(string className)PUBLICSTATIC

ParameterTypeDescription
classNamestring
Returns:void

On this page