Package physx.character
Class PxControllerCollisionFlags
- java.lang.Object
-
- physx.NativeObject
-
- physx.character.PxControllerCollisionFlags
-
public class PxControllerCollisionFlags extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxControllerCollisionFlags()PxControllerCollisionFlags(byte flags)protectedPxControllerCollisionFlags(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear(int flag)voiddestroy()booleanisSet(int flag)voidset(int flag)static PxControllerCollisionFlagswrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxControllerCollisionFlags wrapPointer(long address)
-
destroy
public void destroy()
-
isSet
public boolean isSet(int flag)
- Parameters:
flag- WebIDL type:PxControllerCollisionFlagEnum[enum]- Returns:
- WebIDL type: boolean
-
set
public void set(int flag)
- Parameters:
flag- WebIDL type:PxControllerCollisionFlagEnum[enum]
-
clear
public void clear(int flag)
- Parameters:
flag- WebIDL type:PxControllerCollisionFlagEnum[enum]
-
-