NRKernal.NRTrackableImage
Inheritance diagram for NRKernal.NRTrackableImage:
Public Member Functions | |
override Pose | GetCenterPose () |
Public Member Functions inherited from NRKernal.NRTrackable | |
int | GetDataBaseIndex () |
TrackingState | GetTrackingState () |
TrackableType | GetTrackableType () |
NRAnchor | CreateAnchor () |
Properties | |
float | ExtentX [get] |
float | ExtentZ [get] |
Vector2 | Size [get] |
Detailed Description
A trackable image in the real world detected by NRInternal.
Member Function Documentation
◆ GetCenterPose()
|
virtual |
Gets the position and orientation of the marker's center in Unity world space.
- Returns
- The center pose.
Reimplemented from NRKernal.NRTrackable.
Property Documentation
◆ ExtentX
|
get |
Gets the width of marker.
The extent x coordinate.
◆ ExtentZ
|
get |
Gets the height of marker.
The extent z coordinate.
◆ Size
|
get |
Get the size of trackable image. size of trackable imag(width、height).
The size.