Package physx.physics
Class PxConstraintFlags
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxConstraintFlags
-
public class PxConstraintFlags 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 protectedPxConstraintFlags()protectedPxConstraintFlags(long address)PxConstraintFlags(short flags)
-
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 PxConstraintFlagswrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxConstraintFlags wrapPointer(long address)
-
destroy
public void destroy()
-
isSet
public boolean isSet(int flag)
- Parameters:
flag- WebIDL type:PxConstraintFlagEnum[enum]- Returns:
- WebIDL type: boolean
-
set
public void set(int flag)
- Parameters:
flag- WebIDL type:PxConstraintFlagEnum[enum]
-
clear
public void clear(int flag)
- Parameters:
flag- WebIDL type:PxConstraintFlagEnum[enum]
-
-