示例#1
0
 // Use this for initialization
 void Start()
 {
     m_rewindable = GetComponent <Rewindable>();
 }
示例#2
0
        private float m_timeInterval;    // Time between recording data

        // Use this for initialization
        void Start()
        {
            m_rewindable = GetComponent <Rewindable>(); // Get the reference to the rewindable script
        }