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 PooledAnimBoneWeightArray
alloc
(int count) static PooledAnimBoneWeightArray
toArray
(List<AnimBoneWeight> list) static PooledAnimBoneWeightArray
toArray
(PooledArrayObject<AnimBoneWeight> source) Methods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPool
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.util.IPooledObject
onReleased
-
Constructor Details
-
PooledAnimBoneWeightArray
public PooledAnimBoneWeightArray()
-
-
Method Details
-
alloc
-
toArray
-
toArray
-