Class MyDebugRenderComponentCubeBlock
Inheritance
System.Object
MyDebugRenderComponentCubeBlock
Assembly: Sandbox.Game.dll
Syntax
public class MyDebugRenderComponentCubeBlock : MyDebugRenderComponent
Constructors
MyDebugRenderComponentCubeBlock(MyCubeBlock)
Declaration
public MyDebugRenderComponentCubeBlock(MyCubeBlock cubeBlock)
Parameters
Properties
Update10
Declaration
public bool Update10 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Update100
Declaration
public bool Update100 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
DebugDraw()
Declaration
public override void DebugDraw()
Overrides