Nez.Transform.setLocalRotationDegrees C# (CSharp) Method

setLocalRotationDegrees() private method

private setLocalRotationDegrees ( float degrees ) : Transform
degrees float
return Transform
		public Transform setLocalRotationDegrees( float degrees )
		{
			return setLocalRotation( MathHelper.ToRadians( degrees ) );
		}