Class Raylib.ModelAnimation
java.lang.Object
org.bytedeco.javacpp.Pointer
com.raylib.Raylib.ModelAnimation
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
Raylib
public static class Raylib.ModelAnimation
extends org.bytedeco.javacpp.Pointer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
org.bytedeco.javacpp.Pointer.CustomDeallocator, org.bytedeco.javacpp.Pointer.Deallocator, org.bytedeco.javacpp.Pointer.NativeDeallocator, org.bytedeco.javacpp.Pointer.ReferenceCounter
-
Field Summary
Fields inherited from class org.bytedeco.javacpp.Pointer
address, capacity, limit, position
-
Constructor Summary
ConstructorDescriptionDefault native constructor.ModelAnimation
(long size) Native array allocator.ModelAnimation
(org.bytedeco.javacpp.Pointer p) Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptionint
boneCount
(int setter) bones()
bones
(Raylib.BoneInfo setter) int
frameCount
(int setter) org.bytedeco.javacpp.PointerPointer
framePoses
(int i) framePoses
(int i, Raylib.Transform setter) framePoses
(org.bytedeco.javacpp.PointerPointer setter) getPointer
(long i) org.bytedeco.javacpp.BytePointer
name()
byte
name
(int i) name
(int i, byte setter) position
(long position) Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
Constructor Details
-
ModelAnimation
public ModelAnimation()Default native constructor. -
ModelAnimation
public ModelAnimation(long size) Native array allocator. Access withPointer.position(long)
. -
ModelAnimation
public ModelAnimation(org.bytedeco.javacpp.Pointer p) Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Details
-
position
- Overrides:
position
in classorg.bytedeco.javacpp.Pointer
-
getPointer
- Overrides:
getPointer
in classorg.bytedeco.javacpp.Pointer
-
boneCount
public int boneCount() -
boneCount
-
frameCount
public int frameCount() -
frameCount
-
bones
-
bones
-
framePoses
-
framePoses
-
framePoses
@Cast("Transform**") public org.bytedeco.javacpp.PointerPointer framePoses() -
framePoses
-
name
@Cast("char") public byte name(int i) -
name
-
name
@MemberGetter @Cast("char*") public org.bytedeco.javacpp.BytePointer name()
-