Пример #1
0
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as NcAddForce;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcAddForce");
   }
Пример #2
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcAddForce;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcAddForce");
 }