Method TryGetUIModel
TryGetUIModel(out TrackedDeviceModel)
Attempts to retrieve the current UI Model.
Declaration
public bool TryGetUIModel(out TrackedDeviceModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackedDeviceModel | model | The returned model that reflects the UI state of this Interactor. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the model was able to retrieved. Otherwise, returns false. |