Class ObjectManager
Inheritance
System.Object
ObjectManager
Assembly: Aximo.Render.dll
Syntax
public static class ObjectManager
Properties
|
Improve this Doc
View Source
Enabled
Declaration
public static bool Enabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
PopDebugGroup()
Declaration
public static void PopDebugGroup()
|
Improve this Doc
View Source
PushDebugGroup(String, IRenderObject)
Declaration
public static void PushDebugGroup(string verb, IRenderObject obj)
Parameters
|
Improve this Doc
View Source
PushDebugGroup(String, IRenderPipeline)
Declaration
public static void PushDebugGroup(string verb, IRenderPipeline obj)
Parameters
|
Improve this Doc
View Source
PushDebugGroup(String, String)
Declaration
public static void PushDebugGroup(string verb, string nome)
Parameters
Type |
Name |
Description |
System.String |
verb |
|
System.String |
nome |
|
|
Improve this Doc
View Source
SetLabel(IObjectLabel)
Declaration
public static void SetLabel(IObjectLabel obj)
Parameters