MeshLib C# Docs
Loading...
Searching...
No Matches
MR.BasicUiRenderTask Class Reference

IRenderObject.renderUi() can emit zero or more or more of those tasks. They are sorted by depth every frame. Generated from class MR.BasicUiRenderTask. This is the non-const half of the class. More...

Inheritance diagram for MR.BasicUiRenderTask:

Public Member Functions

unsafe void earlyBackwardPass (MR.BasicUiRenderTask.Const_BackwardPassParams params_)
 This is an optional early pass, where you can claim exclusive control over the mouse. This pass is executed in reverse draw order. Generated from method MR.BasicUiRenderTask.earlyBackwardPass.
unsafe void renderPass ()
 This is the main rendering pass. Generated from method MR.BasicUiRenderTask.renderPass.
Public Member Functions inherited from MR.Const_BasicUiRenderTask
virtual void Dispose ()

Properties

new unsafe ref float renderTaskDepth [get]
 The tasks are sorted by this depth, descending (larger depth = further away).
Properties inherited from MR.Const_BasicUiRenderTask
unsafe float renderTaskDepth [get]
 The tasks are sorted by this depth, descending (larger depth = further away).

Additional Inherited Members

Public Types inherited from MR.Const_BasicUiRenderTask
enum  InteractionMask : int { MouseHover = 1 , MouseScroll = 2 }
Protected Member Functions inherited from MR.Const_BasicUiRenderTask
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_BasicUiRenderTask
unsafe float * __ref_storage_renderTaskDepth

Detailed Description

IRenderObject.renderUi() can emit zero or more or more of those tasks. They are sorted by depth every frame. Generated from class MR.BasicUiRenderTask. This is the non-const half of the class.

Member Function Documentation

◆ earlyBackwardPass()

unsafe void MR.BasicUiRenderTask.earlyBackwardPass ( MR.BasicUiRenderTask.Const_BackwardPassParams params_)
inline

This is an optional early pass, where you can claim exclusive control over the mouse. This pass is executed in reverse draw order. Generated from method MR.BasicUiRenderTask.earlyBackwardPass.

◆ renderPass()

unsafe void MR.BasicUiRenderTask.renderPass ( )
inline

This is the main rendering pass. Generated from method MR.BasicUiRenderTask.renderPass.

Property Documentation

◆ renderTaskDepth

new unsafe ref float MR.BasicUiRenderTask.renderTaskDepth
get

The tasks are sorted by this depth, descending (larger depth = further away).


The documentation for this class was generated from the following file: