public class btVehicleRaycaster extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btVehicleRaycaster.btVehicleRaycasterResult |
className| Constructor and Description |
|---|
btVehicleRaycaster(long cPtr,
boolean cMemoryOwn)
Construct a new btVehicleRaycaster, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
long |
castRay(Vector3 from,
Vector3 to,
btVehicleRaycaster.btVehicleRaycasterResult result) |
static long |
getCPtr(btVehicleRaycaster obj) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btVehicleRaycaster(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btVehicleRaycaster obj)
public long castRay(Vector3 from, Vector3 to, btVehicleRaycaster.btVehicleRaycasterResult result)
Copyright © 2021. All rights reserved.