| 564 | } |
| 565 | |
| 566 | U32 TSShapeInstance::getSequence(TSThread * thread) |
| 567 | { |
| 568 | //AssertFatal( thread->sequence >= 0, "TSShapeInstance::getSequence: range error A"); |
| 569 | //AssertFatal( thread->sequence < mShape->sequences.size(), "TSShapeInstance::getSequence: range error B"); |
| 570 | return (U32)thread->sequence; |
| 571 | } |
| 572 | |
| 573 | void TSShapeInstance::transitionToSequence(TSThread * thread, S32 seq, F32 pos, F32 duration, bool continuePlay) |
| 574 | { |
no outgoing calls
no test coverage detected