ModelPoseDelegate

Description

delegate Tinman.Engine.Models.ModelPoseDelegate

pose : ModelPose

The model pose.

model : IModel

The current model.

returns → bool

true to continue recursive updates with the child models,
false to stop recursive updates in this branch of the hierarchy.

This delegate is called by ModelPose.Apply to perform recursive updates on model poses in the given model hierarchy.