Table of Contents

Class UIFacade

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

Constructors

UIFacade()

public UIFacade()

Fields

SelectedGraphics

public static Graphic SelectedGraphics

Field Value

Graphic

perSelectedGraphics

public static List<Graphic> perSelectedGraphics

Field Value

List<Graphic>

Properties

Canvases

public static IEnumerable<Canvas> Canvases { get; }

Property Value

IEnumerable<Canvas>

Ray2dPoint

public static Vector2 Ray2dPoint { get; set; }

Property Value

Vector2

Ray3dPoint

public static Vector3 Ray3dPoint { get; set; }

Property Value

Vector3

SyncOrientation

public bool SyncOrientation { get; set; }

Property Value

bool

SyncScale

public bool SyncScale { get; set; }

Property Value

bool

ThisCanvas

public Canvas ThisCanvas { get; }

Property Value

Canvas

Methods

FixPose(Pose)

public void FixPose(Pose p)

Parameters

p Pose

FixSize(Vector2)

public void FixSize(Vector2 size)

Parameters

size Vector2