Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Game
Transformers
Graphics
Overlays
OverlayBase
C# Class Game.Transformers.Graphics.Overlays.OverlayBase
A graphic overlay, capable of intercepting and modifying graphic input.
Inheritance:
IAttachable
Afficher le fichier
Open project: jasonpang/Starcraft2Hook
Méthodes publiques
Méthode
Description
Attach
( ) :
void
Detach
( ) :
void
Méthodes protégées
Méthode
Description
OverlayBase
(
GameContext
context
) :
Game.Interfaces
Method Details
Attach()
public
abstract
méthode
public
abstract
Attach
( ) :
void
Résultat
void
Detach()
public
abstract
méthode
public
abstract
Detach
( ) :
void
Résultat
void
OverlayBase()
protected
méthode
protected
OverlayBase
(
GameContext
context
) :
Game.Interfaces
context
GameContext
Résultat
Game.Interfaces