MrGravity.Game_Objects.Physics_Objects.Player.IsFaceStraight C# (CSharp) Method

IsFaceStraight() public method

Checks to see if the face is straight
public IsFaceStraight ( ) : bool
return bool
        public bool IsFaceStraight()
        {
            return _mFaceGoalRotation == _mFaceRotationStraight;
        }