@NoOffset @Properties(inherit=liquidfun.class) public class b2ContactManager extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b2ContactManager() |
b2ContactManager(long size)
Native array allocator.
|
b2ContactManager(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddPair(Pointer proxyUserDataA,
Pointer proxyUserDataB) |
void |
Collide() |
void |
Destroy(b2Contact c) |
void |
FindNewContacts() |
b2ContactManager |
getPointer(long i) |
b2BlockAllocator |
m_allocator() |
b2ContactManager |
m_allocator(b2BlockAllocator setter) |
b2BroadPhase |
m_broadPhase() |
b2ContactManager |
m_broadPhase(b2BroadPhase setter) |
int |
m_contactCount() |
b2ContactManager |
m_contactCount(int setter) |
b2ContactFilter |
m_contactFilter() |
b2ContactManager |
m_contactFilter(b2ContactFilter setter) |
b2Contact |
m_contactList() |
b2ContactManager |
m_contactList(b2Contact setter) |
b2ContactListener |
m_contactListener() |
b2ContactManager |
m_contactListener(b2ContactListener setter) |
b2ContactManager |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic b2ContactManager(Pointer p)
Pointer(Pointer).public b2ContactManager(long size)
Pointer.position(long).public b2ContactManager()
public b2ContactManager position(long position)
public b2ContactManager getPointer(long i)
getPointer in class Pointerpublic void FindNewContacts()
public void Destroy(b2Contact c)
public void Collide()
@ByRef public b2BroadPhase m_broadPhase()
public b2ContactManager m_broadPhase(b2BroadPhase setter)
public b2Contact m_contactList()
public b2ContactManager m_contactList(b2Contact setter)
public b2ContactManager m_contactCount(int setter)
public b2ContactFilter m_contactFilter()
public b2ContactManager m_contactFilter(b2ContactFilter setter)
public b2ContactListener m_contactListener()
public b2ContactManager m_contactListener(b2ContactListener setter)
public b2BlockAllocator m_allocator()
public b2ContactManager m_allocator(b2BlockAllocator setter)
Copyright © 2021. All rights reserved.