Transform.setRotation

Set rotation

  1. void setRotation(vec3 v)
  2. void setRotation(float x, float y, float z)
    class Transform
    void
    setRotation
    (
    float x
    ,
    float y
    ,
    float z
    )

Parameters

x float

x angle degrees

y float

y angle degrees

z float

z angle degrees

Meta