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, |
public find ( string selector ) : tsg_Selector, | ||
selector | string | |
return | tsg_Selector, |
public mouseEnter ( string scriptName ) : tsg_Selector, | ||
scriptName | string | |
return | tsg_Selector, |
public mouseExit ( string scriptName ) : tsg_Selector, | ||
scriptName | string | |
return | tsg_Selector, |
public moveTo ( float x, float y, float z ) : tsg_Selector, | ||
x | float | |
y | float | |
z | float | |
return | tsg_Selector, |