Click or drag to resize

TouchLayerGetProjectionParams Method

Gets the projection parameters of this layer which might depend on a specific pointer data.

Namespace:  TouchScript.Layers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual ProjectionParams GetProjectionParams(
	Pointer pointer
)

Parameters

pointer
Type: TouchScript.PointersPointer
Pointer to retrieve projection parameters for.

Return Value

Type: ProjectionParams
See Also