Skip to main content

DoorLink

class ThaumielMapEditor.API.Components.Tools

Overview​

Properties​

NameTypeAccessDescription
GroupIdstringgetNo description
TypeToolTypegetNo description

Methods​

SignatureReturnsDescription
Init(ServerObject, SchematicData, Dictionary<string, object>)voidNo description
Unregister()voidNo description

Properties​

GroupId​

Type: string Access: get


Type​

Type: ToolType Access: get


Methods​

Init​

Init
public void Init(
ServerObject obj,
SchematicData schem,
Dictionary<string, object> properties
)

Parameters​

NameTypeDescription
objServerObject
schemSchematicData
propertiesDictionary<string, object>

Unregister​

Unregister
public void Unregister()