public class Vector_PxActorPtr extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
Vector_PxActorPtr() |
|
Vector_PxActorPtr(int size) |
protected |
Vector_PxActorPtr(long address) |
| Modifier and Type | Method and Description |
|---|---|
PxActor |
at(int index) |
void |
clear() |
PxActorPtr |
data() |
void |
destroy() |
void |
push_back(PxActor value) |
int |
size() |
static Vector_PxActorPtr |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected Vector_PxActorPtr(long address)
public Vector_PxActorPtr()
public Vector_PxActorPtr(int size)
size - WebIDL type: unsigned longpublic static Vector_PxActorPtr wrapPointer(long address)
public void destroy()
public PxActor at(int index)
index - WebIDL type: unsigned longPxActorpublic PxActorPtr data()
PxActorPtrpublic int size()
public void clear()