Show / Hide Table of Contents

Class MyDebugRenderComponentCubeBlock

Inheritance
System.Object
MyDebugRenderComponentBase
MyDebugRenderComponent
MyDebugRenderComponentCubeBlock
Inherited Members
MyDebugRenderComponent.Entity
MyDebugRenderComponent.DebugDrawInvalidTriangles()
MyDebugRenderComponent.DebugDrawDummies(MyModel)
MyDebugRenderComponentBase.PrepareForDraw()
Namespace: Sandbox.Game.Components
Assembly: Sandbox.Game.dll
Syntax
public class MyDebugRenderComponentCubeBlock : MyDebugRenderComponent

Constructors

MyDebugRenderComponentCubeBlock(MyCubeBlock)

Declaration
public MyDebugRenderComponentCubeBlock(MyCubeBlock cubeBlock)
Parameters
Type Name Description
MyCubeBlock cubeBlock

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
MyDebugRenderComponent.DebugDraw()
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾