Click or drag to resize
Ab4d.SharpEngine logo

SceneViewGetRayFromNearPlane(Single, Single, Boolean, Boolean) Method

Note: This API is now obsolete.


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

Parameters

x  Single
 
y  Single
 
adjustForDpiScale  Boolean
 
adjustForSupersamplingFactor  Boolean
 

Return Value

Ray

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

See Also