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