C# Class ccBindRotation, GGJ2016

Inheritance: MonoBehaviour
Afficher le fichier Open project: netgrind/GGJ2016

Méthodes publiques

Свойство Type Description
bind Transform
bindX bool
bindY bool
bindZ bool
smooth float
smoothing 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

bind public_oe property

public Transform bind
Résultat Transform

bindX public_oe property

public bool bindX
Résultat bool

bindY public_oe property

public bool bindY
Résultat bool

bindZ public_oe property

public bool bindZ
Résultat bool

smooth public_oe property

public float smooth
Résultat float

smoothing public_oe property

public bool smoothing
Résultat bool