C# 클래스 Game.Transformers.Graphics.Overlays.OverlayBase

A graphic overlay, capable of intercepting and modifying graphic input.
상속: IAttachable
파일 보기 프로젝트 열기: jasonpang/Starcraft2Hook

공개 메소드들

메소드 설명
Attach ( ) : void
Detach ( ) : void

보호된 메소드들

메소드 설명
OverlayBase ( GameContext context ) : Game.Interfaces

메소드 상세

Attach() 공개 추상적인 메소드

public abstract Attach ( ) : void
리턴 void

Detach() 공개 추상적인 메소드

public abstract Detach ( ) : void
리턴 void

OverlayBase() 보호된 메소드

protected OverlayBase ( GameContext context ) : Game.Interfaces
context GameContext
리턴 Game.Interfaces