Logo
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
SharpKmyGfx::GameViewDrawHook Class Reference

#include <GameViewDrawHook.h>

Inherited by Yukar.Engine.TransitionUtil.CaptureHook.

Public Member Functions

 GameViewDrawHook ()
 
virtual void gameviewHookDraw (InternalCommandBuffer ^icb, GameViewDrawHookPoint point)
 

Static Public Member Functions

static void call (void *obj, kmyGfx::GameViewDrawCommandBuffer *icb, kmyGfx::GameViewDrawHookPoint point)
 

Public Attributes

NativeGameViewDrawHooknative = nullptr
 

Constructor & Destructor Documentation

◆ GameViewDrawHook()

SharpKmyGfx::GameViewDrawHook::GameViewDrawHook ( )

Member Function Documentation

◆ call()

void SharpKmyGfx::GameViewDrawHook::call ( void *  obj,
kmyGfx::GameViewDrawCommandBuffer *  icb,
kmyGfx::GameViewDrawHookPoint  point 
)
static

◆ gameviewHookDraw()

virtual void SharpKmyGfx::GameViewDrawHook::gameviewHookDraw ( InternalCommandBuffer icb,
GameViewDrawHookPoint  point 
)
virtual

Member Data Documentation

◆ native

NativeGameViewDrawHook* SharpKmyGfx::GameViewDrawHook::native = nullptr