C# Class Icon3D, CodeSpells

Inheritance: MonoBehaviour
Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Свойство Type Description
color Color
icon GameObject
show bool
x_adj float
y_adj float
z_adj float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
changeColor ( Color newColor ) : void
findMeshRecursive ( Transform parent ) : void

Private Methods

Méthode Description
bounce ( ) : float

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

changeColor() public méthode

public changeColor ( Color newColor ) : void
newColor Color
Résultat void

findMeshRecursive() public méthode

public findMeshRecursive ( Transform parent ) : void
parent Transform
Résultat void

Property Details

color public_oe property

public Color color
Résultat Color

icon public_oe property

public GameObject icon
Résultat GameObject

show public_oe property

public bool show
Résultat bool

x_adj public_oe property

public float x_adj
Résultat float

y_adj public_oe property

public float y_adj
Résultat float

z_adj public_oe property

public float z_adj
Résultat float