template interface IDataBuffer (Niantic.ARDK.AR.Awareness.IDataBuffer)
Overview
template <T> interface IDataBuffer: Niantic.ARDK.AR.Awareness.IAwarenessBuffer { // properties NativeArray<T> Data; }; // direct descendants interface IDepthBuffer; interface ISemanticBuffer;
Inherited Members
public: // properties UInt32 Height; CameraIntrinsics Intrinsics; bool IsKeyframe; Matrix4x4 ViewMatrix; UInt32 Width; // methods IAwarenessBuffer GetCopy();
Detailed Documentation
Properties
NativeArray<T> Data
Raw data of this buffer.