java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleFrame
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxVehicleFramearrayGet(long baseAddress, int index) voiddestroy()getFrame()booleanisValid()voidsetLatAxis(PxVehicleAxesEnum value) voidsetLngAxis(PxVehicleAxesEnum value) voidvoidsetVrtAxis(PxVehicleAxesEnum value) static PxVehicleFramewrapPointer(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
-
PxVehicleFrame
protected PxVehicleFrame(long address) -
PxVehicleFrame
public PxVehicleFrame()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getLngAxis
- Returns:
- WebIDL type:
PxVehicleAxesEnum[enum]
-
setLngAxis
- Parameters:
value- WebIDL type:PxVehicleAxesEnum[enum]
-
getLatAxis
- Returns:
- WebIDL type:
PxVehicleAxesEnum[enum]
-
setLatAxis
- Parameters:
value- WebIDL type:PxVehicleAxesEnum[enum]
-
getVrtAxis
- Returns:
- WebIDL type:
PxVehicleAxesEnum[enum]
-
setVrtAxis
- Parameters:
value- WebIDL type:PxVehicleAxesEnum[enum]
-
setToDefault
public void setToDefault() -
getFrame
- Returns:
- WebIDL type:
PxMat33[Value]
-
isValid
public boolean isValid()- Returns:
- WebIDL type: boolean
-