| Package | com.as3nui.nativeExtensions.air.kinect.events |
| Class | public class PointCloudEvent |
| Inheritance | PointCloudEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| pointCloudData : ByteArray | PointCloudEvent | ||
| pointCloudRegions : Vector.<PointCloudRegion> | PointCloudEvent | ||
| Method | Defined By | ||
|---|---|---|---|
PointCloudEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, pointCloudData:ByteArray = null, pointCloudRegions:Vector.<PointCloudRegion> = null) | PointCloudEvent | ||
clone():Event [override] | PointCloudEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| POINT_CLOUD_UPDATE : String = pointCloudUpdate [static] | PointCloudEvent | ||
| pointCloudData | property |
public var pointCloudData:ByteArray| pointCloudRegions | property |
public var pointCloudRegions:Vector.<PointCloudRegion>| PointCloudEvent | () | Constructor |
public function PointCloudEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, pointCloudData:ByteArray = null, pointCloudRegions:Vector.<PointCloudRegion> = null)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
pointCloudData:ByteArray (default = null) | |
pointCloudRegions:Vector.<PointCloudRegion> (default = null) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| POINT_CLOUD_UPDATE | Constant |
public static const POINT_CLOUD_UPDATE:String = pointCloudUpdate