Property | Type | Description | |
---|---|---|---|
m_deltaPoseController | TangoDeltaPoseController, | ||
m_detailsDate | Text | ||
m_detailsEditableName | InputField, | ||
m_detailsEditablePosX | InputField, | ||
m_detailsEditablePosY | InputField, | ||
m_detailsEditablePosZ | InputField, | ||
m_detailsEditableRotQW | InputField, | ||
m_detailsEditableRotQX | InputField, | ||
m_detailsEditableRotQY | InputField, | ||
m_detailsEditableRotQZ | InputField, | ||
m_detailsParent | |||
m_listElement | AreaDescriptionListElement, | ||
m_listEmptyText | |||
m_listParent | |||
m_managementRoot | GameObject | ||
m_qualityRoot | GameObject | ||
m_savingText | Text | ||
m_savingTextParent |
Method | Description | |
---|---|---|
DeleteSelectedAreaDescription ( ) : void |
Delete the selected Area Description.
|
|
ExportSelectedAreaDescription ( ) : void |
Export an Area Description.
|
|
ExtendSelectedAreaDescription ( ) : void |
Start quality mode, extending an existing Area Description.
|
|
ImportAreaDescription ( ) : void |
Import an Area Description.
|
|
NewAreaDescription ( ) : void |
Start quality mode, creating a brand new Area Description.
|
|
OnTangoEventAvailableEventHandler ( Tango tangoEvent ) : void |
This is called each time a Tango event happens.
|
|
OnTangoPermissions ( bool permissionsGranted ) : void |
This is called when the permission granting process is finished.
|
|
OnTangoServiceConnected ( ) : void |
This is called when succesfully connected to the Tango service.
|
|
OnTangoServiceDisconnected ( ) : void |
This is called when disconnected from the Tango service.
|
|
RefreshAreaDescriptionList ( ) : void |
Refresh the UI list of Area Descriptions.
|
|
SaveCurrentAreaDescription ( ) : void |
When in quality mode, save the current Area Description and switch back to management mode.
|
|
SaveSelectedAreaDescriptionMetadata ( ) : void |
Save changes made to the selected Area Description's metaata.
|
|
Start ( ) : void |
Use this for initialization.
|
|
Update ( ) : void |
Update is called once per frame.
|
Method | Description | |
---|---|---|
_DoExportAreaDescription ( |
Actually do the Area description export. This runs over multiple frames, so a Unity coroutine is used.
|
|
_DoImportAreaDescription ( ) : IEnumerator |
Actually do the Area Description import. This runs over multiple frames, so a Unity coroutine is used.
|
|
_DoSaveCurrentAreaDescription ( ) : IEnumerator |
Actually do the Area Description save.
|
|
_OnAreaDescriptionToggleChanged ( |
Called every time an Area Description toggle changes state.
|
|
_SelectAreaDescription ( |
Select a specific Area Description to show details.
|
public DeleteSelectedAreaDescription ( ) : void | ||
return | void |
public ExportSelectedAreaDescription ( ) : void | ||
return | void |
public ExtendSelectedAreaDescription ( ) : void | ||
return | void |
public OnTangoEventAvailableEventHandler ( Tango tangoEvent ) : void | ||
tangoEvent | Tango | Tango event. |
return | void |
public OnTangoPermissions ( bool permissionsGranted ) : void | ||
permissionsGranted | bool | |
return | void |
public SaveSelectedAreaDescriptionMetadata ( ) : void | ||
return | void |
public TangoDeltaPoseController, m_deltaPoseController | ||
return | TangoDeltaPoseController, |
public InputField, m_detailsEditableName | ||
return | InputField, |
public InputField, m_detailsEditablePosX | ||
return | InputField, |
public InputField, m_detailsEditablePosY | ||
return | InputField, |
public InputField, m_detailsEditablePosZ | ||
return | InputField, |
public InputField, m_detailsEditableRotQW | ||
return | InputField, |
public InputField, m_detailsEditableRotQX | ||
return | InputField, |
public InputField, m_detailsEditableRotQY | ||
return | InputField, |
public InputField, m_detailsEditableRotQZ | ||
return | InputField, |
public RectTransform,UnityEngine m_detailsParent | ||
return |
public AreaDescriptionListElement, m_listElement | ||
return | AreaDescriptionListElement, |
public RectTransform,UnityEngine m_listEmptyText | ||
return |
public RectTransform,UnityEngine m_listParent | ||
return |