HandMeshVertexState.UpdateTimestamp 속성

정의

꼭짓점 위치와 법선이 마지막으로 업데이트된 타임스탬프를 가져옵니다.

public:
 property PerceptionTimestamp ^ UpdateTimestamp { PerceptionTimestamp ^ get(); };
PerceptionTimestamp UpdateTimestamp();
public PerceptionTimestamp UpdateTimestamp { get; }
var perceptionTimestamp = handMeshVertexState.updateTimestamp;
Public ReadOnly Property UpdateTimestamp As PerceptionTimestamp

속성 값

업데이트 타임스탬프입니다.

설명

꼭짓점 위치 및 법선은 일반적으로 각 프레임에 업데이트됩니다. 그러나 UpdateTimestamp 가 두 프레임에서 동일하게 유지되는 경우 꼭짓점 버퍼 수집도 동일하게 유지되므로 건너뛸 수 있습니다. 꼭짓점 버퍼가 변경되지 않은 경우에도 프레임마다 최신 CoordinateSystem 값을 가져와야 합니다. 이 프레임은 손의 새 위치에 대한 이전 메시의 위치를 가장 잘 조정합니다.

적용 대상