C# Class tsg_Selector, gunpowder

Exibir arquivo Open project: calebhc/gunpowder

Public Methods

Method Description
find ( string selector ) : tsg_Selector,
mouseEnter ( string scriptName ) : tsg_Selector,
mouseExit ( string scriptName ) : tsg_Selector,
moveTo ( float x, float y, float z ) : tsg_Selector,

Method Details

find() public method

public find ( string selector ) : tsg_Selector,
selector string
return tsg_Selector,

mouseEnter() public method

public mouseEnter ( string scriptName ) : tsg_Selector,
scriptName string
return tsg_Selector,

mouseExit() public method

public mouseExit ( string scriptName ) : tsg_Selector,
scriptName string
return tsg_Selector,

moveTo() public method

public moveTo ( float x, float y, float z ) : tsg_Selector,
x float
y float
z float
return tsg_Selector,