CCT.NUI.HandTracking.Persistence.DepthFrameEntity.DepthFrameEntity C# (CSharp) 메소드

DepthFrameEntity() 공개 메소드

public DepthFrameEntity ( IntSize size, ushort data ) : System
size CCT.NUI.Core.IntSize
data ushort
리턴 System
        public DepthFrameEntity(IntSize size, ushort[] data)
        {
            this.data = data;
            this.size = size;
        }

Same methods

DepthFrameEntity::DepthFrameEntity ( ) : System
DepthFrameEntity