Class MagnetometerResultSink
- 命名空間
- easyar
磁力計結果輸入端口。 用於公開一個組件的輸入端口。 本類的所有成員都是執行緒安全的。
MagnetometerResultSink
方法
handle
傳入一個數據。
void easyar_MagnetometerResultSink_handle(easyar_MagnetometerResultSink * This, easyar_MagnetometerResult inputData)
void handle(MagnetometerResult inputData)
public void handle(@Nonnull MagnetometerResult inputData)
fun handle(inputData: MagnetometerResult): Unit
- (void)handle:(easyar_MagnetometerResult *)inputData
public func handle(_ inputData: MagnetometerResult) -> Void
public virtual void handle(MagnetometerResult inputData)
參數
| 名稱 | 類型 | 描述 |
|---|---|---|
| inputData | MagnetometerResult |
傳回值
| 類型 | 描述 |
|---|---|
| Void |