Click or drag to resize
Ab4d.SharpEngine logo

SceneViewGetRayFromCamera(Single, Single, Boolean, Boolean) Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromCamera(System.Single,System.Single,System.Boolean,System.Boolean)"]


Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
[ObsoleteAttribute("GetRayFromCamera that takes adjustForSupersamplingFactor parameter is obsolete because adjustForSupersamplingFactor is never used. Call the method without adjustForSupersamplingFactor parameter instead.")]
public Ray GetRayFromCamera(
	float x,
	float y,
	bool adjustForDpiScale,
	bool adjustForSupersamplingFactor
)

Parameters

x  Single

[Missing <param name="x"/> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromCamera(System.Single,System.Single,System.Boolean,System.Boolean)"]

y  Single

[Missing <param name="y"/> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromCamera(System.Single,System.Single,System.Boolean,System.Boolean)"]

adjustForDpiScale  Boolean

[Missing <param name="adjustForDpiScale"/> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromCamera(System.Single,System.Single,System.Boolean,System.Boolean)"]

adjustForSupersamplingFactor  Boolean

[Missing <param name="adjustForSupersamplingFactor"/> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromCamera(System.Single,System.Single,System.Boolean,System.Boolean)"]

Return Value

Ray

[Missing <returns> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromCamera(System.Single,System.Single,System.Boolean,System.Boolean)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromCamera(System.Single,System.Single,System.Boolean,System.Boolean)"]

See Also