C# Class SimpleObjectMover, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Свойство Type Description
down bool
left bool
right bool
speed float
time float
transformRight bool
up bool

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

down public_oe property

public bool down
Résultat bool

left public_oe property

public bool left
Résultat bool

right public_oe property

public bool right
Résultat bool

speed public_oe property

public float speed
Résultat float

time public_oe property

public float time
Résultat float

transformRight public_oe property

public bool transformRight
Résultat bool

up public_oe property

public bool up
Résultat bool