Click or drag to resize

PickInfoGetPickVector Method

[Missing <summary> documentation for "M:Demo3D.Visuals.PickInfo.GetPickVector(Demo3D.Visuals.PickType)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Vector3 GetPickVector(
	PickType type
)

Parameters

type
Type: Demo3D.VisualsPickType

[Missing <param name="type"/> documentation for "M:Demo3D.Visuals.PickInfo.GetPickVector(Demo3D.Visuals.PickType)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Demo3D.Visuals.PickInfo.GetPickVector(Demo3D.Visuals.PickType)"]

See Also