Public Member Functions |
Public Attributes |
Protected Attributes |
Properties |
List of all members
NRKernal.NRTrackableBehaviour
Inherits MonoBehaviour.
Public Member Functions | |
void | Initialize (NRTrackable trackable) |
Public Attributes | |
NRTrackable | Trackable |
Protected Attributes | |
string | m_TrackableName = "" |
bool | m_PreserveChildSize |
bool | m_InitializedInEditor |
int | m_DatabaseIndex = -1 |
Properties | |
string | TrackableName [getset] |
bool | PreserveChildSize [getset] |
bool | InitializedInEditor [getset] |
int | DatabaseIndex [getset] |
Detailed Description
Base classes for all trackable monobehaviour objects.
Member Function Documentation
◆ Initialize()
void NRKernal.NRTrackableBehaviour.Initialize | ( | NRTrackable | trackable | ) |
Initializes this object.
- Parameters
-
trackable The trackable.
Property Documentation
◆ DatabaseIndex
|
getset |
Gets or sets the zero-based index of the database.
The database index.
◆ InitializedInEditor
|
getset |
Gets or sets a value indicating whether the initialized in editor.
True if initialized in editor, false if not.
◆ PreserveChildSize
|
getset |
Gets or sets a value indicating whether the preserve child size.
True if preserve child size, false if not.
◆ TrackableName
|
getset |
Gets or sets the name of the trackable.
The name of the trackable.