Game Development Reference
In-Depth Information
self.currentTransition_ = nil;
self.transitionStartTime_ = nil;
end
elseif (self.currentState_) then
StepAnimation(
self.currentState_.animation_,
deltaTimeInMillis,
self.currentState_.rate_);
end
end
Search WWH ::




Custom Search