Textangle¶
Reset or set the angles of the textholder.
Syntax¶
(1) (Reset the angles to Vector3.zero)
|textangle|
(2)
|textangle,anglex,angley,anglez|
Parameters¶
anglex
: float¶
The Euler angle value on the X axis to set to the textholder. This must be a valid float or an exception will be thrown.
angley
: float¶
The Euler angle value on the Y axis to set to the textholder. This must be a valid float or an exception will be thrown.
anglez
: float¶
The Euler angle value on the Z axis to set to the textholder. This must be a valid float or an exception will be thrown.