Class AbstractBoneBehavior<T extends BoneBehavior>
java.lang.Object
com.ticxo.modelengine.api.model.bone.behavior.AbstractBoneBehavior<T>
- All Implemented Interfaces:
BoneBehavior,DataIO
public abstract class AbstractBoneBehavior<T extends BoneBehavior>
extends Object
implements BoneBehavior
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ModelBoneprotected final BoneBehaviorDataprotected final BoneBehaviorType<T> -
Constructor Summary
ConstructorsConstructorDescriptionAbstractBoneBehavior(ModelBone bone, BoneBehaviorType<T> type, BoneBehaviorData data) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ticxo.modelengine.api.model.bone.behavior.BoneBehavior
isHidden, load, onAnimation, onApply, onFinalize, onParentSwap, onRemove, onRender, postAnimation, postChildCalculation, postGlobalCalculation, postRender, preAnimation, preChildCalculation, preGlobalCalculation, preRender, save
-
Field Details
-
bone
-
type
-
data
-
-
Constructor Details
-
AbstractBoneBehavior
-
-
Method Details
-
getBone
- Specified by:
getBonein interfaceBoneBehavior
-
getType
- Specified by:
getTypein interfaceBoneBehavior
-
getData
- Specified by:
getDatain interfaceBoneBehavior
-