Method RotateY
RotateY(float)
Rotates this Transform around the Y axis.
Declaration
public LocalTransform RotateY(float angle)
Parameters
| Type | Name | Description | 
|---|---|---|
| float | angle | The Y rotation.  | 
    
Returns
| Type | Description | 
|---|---|
| LocalTransform | A new, rotated Transform.  | 
    
Remarks
Note that this doesn't modify the original transform. Rather it returns a new one.