java.lang.Object
physx.NativeObject
physx.character.PxControllerFilters
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPxControllerFilters(long address) PxControllerFilters(PxFilterData filterData) -
Method Summary
Modifier and TypeMethodDescriptionstatic PxControllerFiltersarrayGet(long baseAddress, int index) voiddestroy()voidvoidvoidsetMFilterData(PxFilterData value) voidsetMFilterFlags(PxQueryFlags value) static PxControllerFilterswrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxControllerFilters
protected PxControllerFilters(long address) -
PxControllerFilters
public PxControllerFilters() -
PxControllerFilters
- Parameters:
filterData- WebIDL type:PxFilterData[Const]
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getMFilterData
- Returns:
- WebIDL type:
PxFilterData[Const]
-
setMFilterData
- Parameters:
value- WebIDL type:PxFilterData[Const]
-
getMFilterCallback
- Returns:
- WebIDL type:
PxQueryFilterCallback
-
setMFilterCallback
- Parameters:
value- WebIDL type:PxQueryFilterCallback
-
getMFilterFlags
- Returns:
- WebIDL type:
PxQueryFlags[Value]
-
setMFilterFlags
- Parameters:
value- WebIDL type:PxQueryFlags[Value]
-
getMCCTFilterCallback
- Returns:
- WebIDL type:
PxControllerFilterCallback
-
setMCCTFilterCallback
- Parameters:
value- WebIDL type:PxControllerFilterCallback
-