Show / Hide Table of Contents

Class ControllerUtils

Inheritance
System.Object
ControllerUtils
Namespace: Eco.Gameplay.Utils
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
Type Name Description
IController controller
Returns
Type Description
System.Int32
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾