Class ControllerUtils
Inheritance
System.Object
ControllerUtils
Assembly: Eco.Gameplay.dll
Syntax
public static class ControllerUtils : Object
Methods
ControllerIDtoTypeID(Int32)
Declaration
public static int ControllerIDtoTypeID(int controllerID)
Parameters
Type |
Name |
Description |
System.Int32 |
controllerID |
|
Returns
Type |
Description |
System.Int32 |
|
DebugDisplay(Int32)
Declaration
public static string DebugDisplay(int controllerID)
Parameters
Type |
Name |
Description |
System.Int32 |
controllerID |
|
Returns
Type |
Description |
System.String |
|
TypeID(IController)
Given a controller, return the type ID that is stored in ViewClassInfo. The client can use this type id too.
Declaration
public static int TypeID(this IController controller)
Parameters
Returns
Type |
Description |
System.Int32 |
|