Table of Contents

Class KmaxTracker

Namespace
KmaxXR
Assembly
Kmax.XR.dll
public class KmaxTracker : MonoBehaviour
Inheritance
KmaxTracker

Constructors

KmaxTracker()

public KmaxTracker()

Properties

RenderTexture_l

public RenderTexture RenderTexture_l { get; set; }

Property Value

RenderTexture

RenderTexture_r

public RenderTexture RenderTexture_r { get; set; }

Property Value

RenderTexture

Methods

ChangeRT(float, float)

public bool ChangeRT(float width, float height)

Parameters

width float
height float

Returns

bool

ChangeRT(float, float, out RenderTextureFormat)

public bool ChangeRT(float width, float height, out RenderTextureFormat format)

Parameters

width float
height float
format RenderTextureFormat

Returns

bool

GetFrustumCorners(float, Vector3[])

public void GetFrustumCorners(float offset, Vector3[] outVS)

Parameters

offset float
outVS Vector3[]