| Name | Summary |
|---|---|
ByPoseFilterOperation | constructor(attrId: Int, propId: Int = 0, filterBuilder: FilterBuilder) |
| Name | Summary |
|---|---|
attrId | val attrId: Int |
filterBuilder | val filterBuilder: FilterBuilder |
propId | var propId: Int |
| Name | Summary |
|---|---|
byOrientationW | fun byOrientationW(): ByPoseFilterOperation |
byOrientationX | fun byOrientationX(): ByPoseFilterOperation |
byOrientationY | fun byOrientationY(): ByPoseFilterOperation |
byOrientationZ | fun byOrientationZ(): ByPoseFilterOperation |
byPositionX | fun byPositionX(): ByPoseFilterOperation |
byPositionY | fun byPositionY(): ByPoseFilterOperation |
byPositionZ | fun byPositionZ(): ByPoseFilterOperation |
greaterThan | fun greaterThan(value: Float): ByPoseFilterNode |
greaterThanOrEqualTo | fun greaterThanOrEqualTo(value: Float): ByPoseFilterNode |
isEqualTo | |
lessThan | fun lessThan(value: Float): ByPoseFilterNode |
lessThanOrEqualTo | fun lessThanOrEqualTo(value: Float): ByPoseFilterNode |