Table of Contents

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