C# 클래스 RTS.LETool

상속: IDisposable
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string

공개 메소드들

메소드 설명
Dispose ( ) : void
LETool ( ) : System
LoadMouseTexture ( GraphicsDevice g, string file ) : void
OnMouseClick ( VoxState s, FreeCamera camera, Vector2 mPos, MouseButton button, Viewport vp ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LETool() 공개 메소드

public LETool ( ) : System
리턴 System

LoadMouseTexture() 공개 메소드

public LoadMouseTexture ( GraphicsDevice g, string file ) : void
g GraphicsDevice
file string
리턴 void

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

public abstract OnMouseClick ( VoxState s, FreeCamera camera, Vector2 mPos, MouseButton button, Viewport vp ) : void
s Grey.Engine.VoxState
camera FreeCamera
mPos Vector2
button MouseButton
vp Microsoft.Xna.Framework.Graphics.Viewport
리턴 void

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string