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 ModelBone
protected final BoneBehaviorData
protected 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, wait
Methods 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:
getBone
in interfaceBoneBehavior
-
getType
- Specified by:
getType
in interfaceBoneBehavior
-
getData
- Specified by:
getData
in interfaceBoneBehavior
-