SetRotationBy() public méthode

public SetRotationBy ( float degrees ) : void
degrees float
Résultat void
 public void SetRotationBy(float rotationDegree)
 {
     mAttacher.SetRotationBy(rotationDegree);
 }