C# Class tsg_Selector, gunpowder

Afficher le fichier Open project: calebhc/gunpowder

Méthodes publiques

Méthode 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 méthode

public find ( string selector ) : tsg_Selector,
selector string
Résultat tsg_Selector,

mouseEnter() public méthode

public mouseEnter ( string scriptName ) : tsg_Selector,
scriptName string
Résultat tsg_Selector,

mouseExit() public méthode

public mouseExit ( string scriptName ) : tsg_Selector,
scriptName string
Résultat tsg_Selector,

moveTo() public méthode

public moveTo ( float x, float y, float z ) : tsg_Selector,
x float
y float
z float
Résultat tsg_Selector,