Package physx.vehicle
Class PxVehicleWheelsSimFlags
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleWheelsSimFlags
-
public class PxVehicleWheelsSimFlags 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, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxVehicleWheelsSimFlags()PxVehicleWheelsSimFlags(int flags)protectedPxVehicleWheelsSimFlags(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 PxVehicleWheelsSimFlagswrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleWheelsSimFlags wrapPointer(long address)
-
destroy
public void destroy()
-
isSet
public boolean isSet(int flag)
- Parameters:
flag-PxVehicleWheelsSimFlagEnum[enum]- Returns:
- boolean
-
set
public void set(int flag)
- Parameters:
flag-PxVehicleWheelsSimFlagEnum[enum]
-
clear
public void clear(int flag)
- Parameters:
flag-PxVehicleWheelsSimFlagEnum[enum]
-
-