Class SubmitGizmos
Namespace: Unity.Tiny.Rendering
Syntax
public class SubmitGizmos : ComponentSystem
Methods
EncodeBox(bgfx.Encoder*, Entity, ref float4x4, float3, float3, Single, float4)
Declaration
protected void EncodeBox(bgfx.Encoder*encoder, Entity ePass, ref float4x4 tx, float3 cMin, float3 cMax, float width, float4 color)
Parameters
Type | Name | Description |
---|---|---|
bgfx.Encoder* | encoder | |
Entity | ePass | |
float4x4 | tx | |
float3 | cMin | |
float3 | cMax | |
Single | width | |
float4 | color |
OnUpdate()
Declaration
protected override void OnUpdate()