C# 클래스 tsg_Selector, gunpowder

파일 보기 프로젝트 열기: calebhc/gunpowder

공개 메소드들

메소드 설명
find ( string selector ) : tsg_Selector,
mouseEnter ( string scriptName ) : tsg_Selector,
mouseExit ( string scriptName ) : tsg_Selector,
moveTo ( float x, float y, float z ) : tsg_Selector,

메소드 상세

find() 공개 메소드

public find ( string selector ) : tsg_Selector,
selector string
리턴 tsg_Selector,

mouseEnter() 공개 메소드

public mouseEnter ( string scriptName ) : tsg_Selector,
scriptName string
리턴 tsg_Selector,

mouseExit() 공개 메소드

public mouseExit ( string scriptName ) : tsg_Selector,
scriptName string
리턴 tsg_Selector,

moveTo() 공개 메소드

public moveTo ( float x, float y, float z ) : tsg_Selector,
x float
y float
z float
리턴 tsg_Selector,