C# Class NOC_1_1_bouncingball_novectors, The-Nature-of-Code-Unity3DExamples

Inheritance: MonoBehaviour
Afficher le fichier Open project: JosephFiola/The-Nature-of-Code-Unity3DExamples

Méthodes publiques

Свойство Type Description
target Transform
xspeed float
yspeed float

Méthodes publiques

Méthode Description
Update ( ) : void
setup ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

setup() public méthode

public setup ( ) : void
Résultat void

Property Details

target public_oe property

public Transform target
Résultat Transform

xspeed public_oe property

public float xspeed
Résultat float

yspeed public_oe property

public float yspeed
Résultat float