public class btMaterialProperties extends BulletBase
className| Constructor and Description |
|---|
btMaterialProperties() |
btMaterialProperties(long cPtr,
boolean cMemoryOwn)
Construct a new btMaterialProperties, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btMaterialProperties obj) |
ByteBuffer |
getMaterialBase() |
int |
getMaterialStride() |
int |
getMaterialType() |
int |
getNumMaterials() |
int |
getNumTriangles() |
ByteBuffer |
getTriangleMaterialsBase() |
int |
getTriangleMaterialStride() |
int |
getTriangleType() |
void |
setMaterialBase(ByteBuffer value) |
void |
setMaterialStride(int value) |
void |
setMaterialType(int value) |
void |
setNumMaterials(int value) |
void |
setNumTriangles(int value) |
void |
setTriangleMaterialsBase(ByteBuffer value) |
void |
setTriangleMaterialStride(int value) |
void |
setTriangleType(int value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btMaterialProperties(long cPtr,
boolean cMemoryOwn)
public btMaterialProperties()
public static long getCPtr(btMaterialProperties obj)
public void setNumMaterials(int value)
public int getNumMaterials()
public void setMaterialBase(ByteBuffer value)
public ByteBuffer getMaterialBase()
public void setMaterialStride(int value)
public int getMaterialStride()
public void setMaterialType(int value)
public int getMaterialType()
public void setNumTriangles(int value)
public int getNumTriangles()
public void setTriangleMaterialsBase(ByteBuffer value)
public ByteBuffer getTriangleMaterialsBase()
public void setTriangleMaterialStride(int value)
public int getTriangleMaterialStride()
public void setTriangleType(int value)
public int getTriangleType()
Copyright © 2021. All rights reserved.