CameraBuddy.Camera.CameraState.CameraState C# (CSharp) Method

CameraState() public method

Creates an instance of CameraState with the specified values; The values are not set until Set() is called.
public CameraState ( System.Vector2 yaw, float pitch, System.Vector2 screenPos, float zoomDistance ) : System
yaw System.Vector2
pitch float
screenPos System.Vector2
zoomDistance float
return System
        public CameraState(Vector2 yaw, float pitch, Vector2 screenPos, float zoomDistance) : this(new Vector3(yaw, pitch), screenPos, zoomDistance)
        {

        }
        /// <summary>

Same methods

CameraState::CameraState ( ) : System
CameraState::CameraState ( System.Vector3 yawPitch, System.Vector2 screenPos, float zoomDistance ) : System