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