@Properties(inherit=liquidfun.class) public class b2QueryCallback extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b2QueryCallback()
Default native constructor.
|
b2QueryCallback(long size)
Native array allocator.
|
b2QueryCallback(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
b2QueryCallback |
position(long position) |
boolean |
ReportFixture(b2Fixture fixture)
Called for each fixture found in the query AABB.
|
boolean |
ReportParticle(b2ParticleSystem particleSystem,
int index)
Called for each particle found in the query AABB.
|
boolean |
ShouldQueryParticleSystem(b2ParticleSystem particleSystem)
Cull an entire particle system from b2World::QueryAABB.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic b2QueryCallback()
public b2QueryCallback(long size)
Pointer.position(long).public b2QueryCallback(Pointer p)
Pointer.Pointer(Pointer).public b2QueryCallback position(long position)
@Virtual(value=true) @Cast(value="bool") public boolean ReportFixture(b2Fixture fixture)
@Virtual @Cast(value="bool") public boolean ReportParticle(@Const b2ParticleSystem particleSystem, @Cast(value="int32") int index)
@Virtual @Cast(value="bool") public boolean ShouldQueryParticleSystem(@Const b2ParticleSystem particleSystem)
Copyright © 2019. All rights reserved.