DevToolUtility

DevToolUtility static class which allow you access to low level API.

Namespace: RenownedGames.DevTool

Methods

GetRootDirectory

Collected root directory.

circle-exclamation
public static Directory GetRootDirectory();

CreateCommand

Create command instance by specified member.

public static bool CreateCommand(MemberInfo memberInfo, Object instance, string path, int order, out Command command)Properties

CombinePathToInstance

Combine command path to specified Object instance.

public static bool CreateCommand(MemberInfo memberInfo, Object instance, string path, int o

Properties

Commands

Enumerate through all commands in project.

circle-exclamation

OrderedCommands

Enumerate through all commands in project ordered by priority.

circle-exclamation

Last updated