KudanAR - Unity  1.6.0
Kudan.AR.TrackableData Class Reference

Trackable Data is a set that contains marker data. More...

Inherits ScriptableObject.

Public Member Functions

void Set (string id, byte[] data)
 Set ID and data using the given ID and data More...
 

Public Attributes

string id
 The name of this trackable data set. More...
 
Texture2D image
 Preview image of the data set. More...
 
byte[] data
 The data. More...
 

Properties

string ID [get]
 Gets the ID. More...
 
byte[] Data [get]
 Gets the data. More...
 

Detailed Description

Trackable Data is a set that contains marker data.

Member Function Documentation

◆ Set()

void Kudan.AR.TrackableData.Set ( string  id,
byte[]  data 
)
inline

Set ID and data using the given ID and data

Parameters
idIdentifier.
dataData.

Member Data Documentation

◆ data

byte [] Kudan.AR.TrackableData.data

The data.

◆ id

string Kudan.AR.TrackableData.id

The name of this trackable data set.

◆ image

Texture2D Kudan.AR.TrackableData.image

Preview image of the data set.

Property Documentation

◆ Data

byte [] Kudan.AR.TrackableData.Data
get

Gets the data.

The data.

◆ ID

string Kudan.AR.TrackableData.ID
get

Gets the ID.

The I.


The documentation for this class was generated from the following file: