java.lang.Object
physx.NativeObject
physx.common.PxDebugLine
-
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 PxDebugLinearrayGet(long baseAddress, int index) intintgetPos0()getPos1()voidsetColor0(int value) voidsetColor1(int value) voidvoidstatic PxDebugLinewrapPointer(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
-
PxDebugLine
protected PxDebugLine() -
PxDebugLine
protected PxDebugLine(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
getPos0
- Returns:
- WebIDL type:
PxVec3[Value]
-
setPos0
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getColor0
public int getColor0()- Returns:
- WebIDL type: unsigned long
-
setColor0
public void setColor0(int value) - Parameters:
value- WebIDL type: unsigned long
-
getPos1
- Returns:
- WebIDL type:
PxVec3[Value]
-
setPos1
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getColor1
public int getColor1()- Returns:
- WebIDL type: unsigned long
-
setColor1
public void setColor1(int value) - Parameters:
value- WebIDL type: unsigned long
-