public class GIM_PAIR extends BulletBase
className| Constructor and Description |
|---|
GIM_PAIR() |
GIM_PAIR(GIM_PAIR p) |
GIM_PAIR(int index1,
int index2) |
GIM_PAIR(long cPtr,
boolean cMemoryOwn)
Construct a new GIM_PAIR, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(GIM_PAIR obj) |
int |
getIndex1() |
int |
getIndex2() |
void |
setIndex1(int value) |
void |
setIndex2(int value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic GIM_PAIR(long cPtr,
boolean cMemoryOwn)
public GIM_PAIR()
public GIM_PAIR(GIM_PAIR p)
public GIM_PAIR(int index1,
int index2)
public static long getCPtr(GIM_PAIR obj)
public void setIndex1(int value)
public int getIndex1()
public void setIndex2(int value)
public int getIndex2()
Copyright © 2021. All rights reserved.