we
    Preparing search index...

    Enumeration E_PlayState

    播放状态

    Index

    Enumeration Members

    Enumeration Members

    pause: "pause"

    暂停 ,暂停到当前时间 ,播放状态为暂停

    playing: "playing"

    播放

    reset: "reset"

    重置 =stop+play,重置到开始时间 ,播放状态为停止, 下一帧自动播放。并设置状态为play

    stop: "stop"

    停止,当前帧停止,执行最后一个update,然后更改为stoped

    stoped: "stoped"

    已经停止 ,播放状态为停止 ,当前时间为开始时间