|
|
static async Task | AddModelAsync (Worker worker, ModelProperties properties) |
| |
|
static async Task< ModelDeserializationResultList > | AddModelDataAsync (Worker worker, ModelDataDescriptorList models, IntPtr data, UInt32 dataSize) |
| |
|
static async Task | DisableConstraintAsync (Worker worker) |
| |
| static async Task< InitPose?> | GetInitPoseAsync (Worker worker) |
| | Get the initial pose. More...
|
| |
|
static async Task< ModelPropertiesStructure > | GetModelPropertiesAsync (Worker worker) |
| |
| static async Task< string > | GetNonDefaultAttributesAsync (Worker worker) |
| | Get the current state of all model tracker parameters that do not have their default value. More...
|
| |
| static async Task | ReadInitDataAsync (Worker worker, string filePrefix) |
| | Read init data from custom location with custom file name. More...
|
| |
|
static async Task | RemoveModelAsync (Worker worker, string modelName) |
| |
| static async Task | ResetHardAsync (Worker worker) |
| | Resets the tracking and all keyframes. More...
|
| |
| static async Task | ResetInitDataAsync (Worker worker) |
| | Reset Offline init data More...
|
| |
| static async Task | ResetSoftAsync (Worker worker) |
| | Resets the tracking. More...
|
| |
|
static async Task | Set1DRotationConstraintAsync (Worker worker, Vector3 worldUpVector, Vector3 modelUpVector, Vector3 modelCenter) |
| |
| static async Task | SetGlobalCoordinateSystemAsync (Worker worker, IntPtr nativeISpatialCoordinateSystemPtr) |
| | Set the global coordinate system of Unity to be used in the vlSDK More...
|
| |
| static async Task | SetGlobalObjectPoseAsync (Worker worker, InitPose objectPose) |
| | Set the global pose of the object to track. More...
|
| |
| static async Task | SetInitPoseAsync (Worker worker, InitPose initPose) |
| | Set the initial pose. More...
|
| |
|
static async Task | SetModelPropertyAsync (Worker worker, ModelProperty property, string name, bool value) |
| |
|
static async Task | SetModelPropertyEnabledAsync (Worker worker, string name, bool value) |
| |
|
static async Task | SetModelPropertyOccluderAsync (Worker worker, string name, bool value) |
| |
|
static async Task | SetModelPropertyURIAsync (Worker worker, string name, string uri) |
| |
|
static async Task | SetMultipleModelPropertiesAsync (Worker worker, ModelDataDescriptorList models) |
| |
| static async Task | SetOpenXRCallbackAsync (Worker worker, IntPtr extractExtrinsicDataCallback) |
| | Set the extrinsic extraction callback function for OpenXR support on HoloLens More...
|
| |
| static async Task | SetWorkSpacesAsync (Worker worker, WorkSpace.Configuration config) |
| | Set the WorkSpaces for AutoInit. More...
|
| |
| static async Task | WriteInitDataAsync (Worker worker, string filePrefix=null) |
| | Write init data to default location (filePrefix == null) or custom location. More...
|
| |
Commands for communicating with the model tracker.