C# Class Kinect.KinectInterop.SensorData

Mostrar archivo Open project: BrainProject/UnityTemp Class Usage Examples

Public Properties

Property Type Description
alphaBodyTexture UnityEngine.RenderTexture
bodyCount int
bodyIndexBuffer UnityEngine.ComputeBuffer
bodyIndexImage byte[]
bodyIndexMaterial UnityEngine.Material
bodyIndexTexture UnityEngine.RenderTexture
color2DepthBuffer UnityEngine.ComputeBuffer
color2DepthCoords Vector2[]
color2DepthMaterial UnityEngine.Material
color2DepthTexture UnityEngine.RenderTexture
colorCameraFOV float
colorImage byte[]
colorImageHeight int
colorImageTexture UnityEngine.Texture2D
colorImageWidth int
depth2ColorBuffer UnityEngine.ComputeBuffer
depth2ColorCoords Vector2[]
depth2ColorMaterial UnityEngine.Material
depth2ColorTexture UnityEngine.RenderTexture
depthCameraFOV float
depthCameraOffset float
depthHistBuffer UnityEngine.ComputeBuffer
depthImage ushort[]
depthImageBuffer UnityEngine.ComputeBuffer
depthImageHeight int
depthImageMaterial UnityEngine.Material
depthImageTexture UnityEngine.RenderTexture
depthImageWidth int
erodeBodyMaterial UnityEngine.Material
faceOverlayOffset float
hintHeightAngle bool
infraredImage ushort[]
isPlayModeEnabled bool
jointCount int
lastBodyIndexFrameTime long
lastColorFrameTime long
lastDepthFrameTime long
lastInfraredFrameTime long
playModeData string
selectedBodyIndex byte
sensorHgtDetected float
sensorIntPlatform DepthSensorPlatform
sensorInterface DepthSensorInterface
sensorRotDetected UnityEngine.Quaternion

Property Details

alphaBodyTexture public_oe property

public RenderTexture,UnityEngine alphaBodyTexture
return UnityEngine.RenderTexture

bodyCount public_oe property

public int bodyCount
return int

bodyIndexBuffer public_oe property

public ComputeBuffer,UnityEngine bodyIndexBuffer
return UnityEngine.ComputeBuffer

bodyIndexImage public_oe property

public byte[] bodyIndexImage
return byte[]

bodyIndexMaterial public_oe property

public Material,UnityEngine bodyIndexMaterial
return UnityEngine.Material

bodyIndexTexture public_oe property

public RenderTexture,UnityEngine bodyIndexTexture
return UnityEngine.RenderTexture

color2DepthBuffer public_oe property

public ComputeBuffer,UnityEngine color2DepthBuffer
return UnityEngine.ComputeBuffer

color2DepthCoords public_oe property

public Vector2[] color2DepthCoords
return Vector2[]

color2DepthMaterial public_oe property

public Material,UnityEngine color2DepthMaterial
return UnityEngine.Material

color2DepthTexture public_oe property

public RenderTexture,UnityEngine color2DepthTexture
return UnityEngine.RenderTexture

colorCameraFOV public_oe property

public float colorCameraFOV
return float

colorImage public_oe property

public byte[] colorImage
return byte[]

colorImageHeight public_oe property

public int colorImageHeight
return int

colorImageTexture public_oe property

public Texture2D,UnityEngine colorImageTexture
return UnityEngine.Texture2D

colorImageWidth public_oe property

public int colorImageWidth
return int

depth2ColorBuffer public_oe property

public ComputeBuffer,UnityEngine depth2ColorBuffer
return UnityEngine.ComputeBuffer

depth2ColorCoords public_oe property

public Vector2[] depth2ColorCoords
return Vector2[]

depth2ColorMaterial public_oe property

public Material,UnityEngine depth2ColorMaterial
return UnityEngine.Material

depth2ColorTexture public_oe property

public RenderTexture,UnityEngine depth2ColorTexture
return UnityEngine.RenderTexture

depthCameraFOV public_oe property

public float depthCameraFOV
return float

depthCameraOffset public_oe property

public float depthCameraOffset
return float

depthHistBuffer public_oe property

public ComputeBuffer,UnityEngine depthHistBuffer
return UnityEngine.ComputeBuffer

depthImage public_oe property

public ushort[] depthImage
return ushort[]

depthImageBuffer public_oe property

public ComputeBuffer,UnityEngine depthImageBuffer
return UnityEngine.ComputeBuffer

depthImageHeight public_oe property

public int depthImageHeight
return int

depthImageMaterial public_oe property

public Material,UnityEngine depthImageMaterial
return UnityEngine.Material

depthImageTexture public_oe property

public RenderTexture,UnityEngine depthImageTexture
return UnityEngine.RenderTexture

depthImageWidth public_oe property

public int depthImageWidth
return int

erodeBodyMaterial public_oe property

public Material,UnityEngine erodeBodyMaterial
return UnityEngine.Material

faceOverlayOffset public_oe property

public float faceOverlayOffset
return float

hintHeightAngle public_oe property

public bool hintHeightAngle
return bool

infraredImage public_oe property

public ushort[] infraredImage
return ushort[]

isPlayModeEnabled public_oe property

public bool isPlayModeEnabled
return bool

jointCount public_oe property

public int jointCount
return int

lastBodyIndexFrameTime public_oe property

public long lastBodyIndexFrameTime
return long

lastColorFrameTime public_oe property

public long lastColorFrameTime
return long

lastDepthFrameTime public_oe property

public long lastDepthFrameTime
return long

lastInfraredFrameTime public_oe property

public long lastInfraredFrameTime
return long

playModeData public_oe property

public string playModeData
return string

selectedBodyIndex public_oe property

public byte selectedBodyIndex
return byte

sensorHgtDetected public_oe property

public float sensorHgtDetected
return float

sensorIntPlatform public_oe property

public DepthSensorPlatform sensorIntPlatform
return DepthSensorPlatform

sensorInterface public_oe property

public DepthSensorInterface sensorInterface
return DepthSensorInterface

sensorRotDetected public_oe property

public Quaternion,UnityEngine sensorRotDetected
return UnityEngine.Quaternion