public class btClock extends BulletBase
className| Constructor and Description |
|---|
btClock() |
btClock(btClock other) |
btClock(long cPtr,
boolean cMemoryOwn)
Construct a new btClock, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btClock obj) |
BigInteger |
getTimeMicroseconds() |
BigInteger |
getTimeMilliseconds() |
BigInteger |
getTimeNanoseconds() |
float |
getTimeSeconds() |
btClock |
operatorAssignment(btClock other) |
void |
reset() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btClock(long cPtr,
boolean cMemoryOwn)
public btClock()
public btClock(btClock other)
public static long getCPtr(btClock obj)
public void reset()
public BigInteger getTimeMilliseconds()
public BigInteger getTimeMicroseconds()
public BigInteger getTimeNanoseconds()
public float getTimeSeconds()
Copyright © 2021. All rights reserved.