Class PooledAnimBoneWeightArray
java.lang.Object
zombie.util.PooledObject
zombie.util.PooledArrayObject<AnimBoneWeight>
zombie.core.skinnedmodel.advancedanimation.PooledAnimBoneWeightArray
- All Implemented Interfaces:
IPooledObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PooledAnimBoneWeightArrayalloc(int count) static PooledAnimBoneWeightArraytoArray(List<AnimBoneWeight> list) static PooledAnimBoneWeightArraytoArray(PooledArrayObject<AnimBoneWeight> source) Methods inherited from class PooledObject
getPoolReference, isFree, release, setFree, setPoolMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IPooledObject
onReleased
-
Constructor Details
-
PooledAnimBoneWeightArray
public PooledAnimBoneWeightArray()
-
-
Method Details
-
alloc
-
toArray
-
toArray
-