Exemplo n.º 1
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as FxmTestSetting;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "FxmTestSetting");
 }
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcParticleSpiral;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcParticleSpiral");
 }
Exemplo n.º 3
0
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as NcCurveAnimation;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcCurveAnimation");
   }
Exemplo n.º 4
0
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as NcAddForce;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcAddForce");
   }
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel			= target as FXMakerOption;
     m_UndoManager	= new FXMakerUndoManager(m_Sel, "FXMakerOption");
 }
Exemplo n.º 6
0
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as NcBillboard;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcBillboard");
   }
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as NcSpriteFactory;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcSpriteFactory");
   }
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as NcParticleEmit;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcParticleEmit");
   }
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as NcDuplicator;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcDuplicator");
   }
Exemplo n.º 10
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcAttachPrefab;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcAttachPrefab");
 }
Exemplo n.º 11
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcDetachParent;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcDetachParent");
 }
Exemplo n.º 12
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcAddForce;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcAddForce");
 }
Exemplo n.º 13
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel = target as NcAutoDestruct;
      		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcAutoDestruct");
 }
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as FxmTestSetting;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "FxmTestSetting");
   }
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel = target as NcAttachSound;
      		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcAttachSound");
 }
Exemplo n.º 16
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcDuplicator;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcDuplicator");
 }
Exemplo n.º 17
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcTilingTexture;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcTilingTexture");
 }
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcAutoDestruct;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcAutoDestruct");
 }
Exemplo n.º 19
0
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as NcTrailTexture;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcTrailTexture");
   }
Exemplo n.º 20
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as FXMakerOption;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "FXMakerOption");
 }
Exemplo n.º 21
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel = target as NcParticleSystem;
     m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcParticleSystem");
 }
Exemplo n.º 22
0
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as NcAutoDeactive;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcAutoDeactive");
	}
Exemplo n.º 23
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcParticleEmit;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcParticleEmit");
 }
Exemplo n.º 24
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcBillboard;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcBillboard");
 }
Exemplo n.º 25
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcSpriteFactory;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcSpriteFactory");
 }
Exemplo n.º 26
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcAttachSound;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcAttachSound");
 }
	// Property -------------------------------------------------------------------------
	// Event Function -------------------------------------------------------------------
    void OnEnable()
    {
 		m_Sel = target as NcDetachParent;
 		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcDetachParent");
   }
Exemplo n.º 28
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel = target as NcAttachPrefab;
      		m_UndoManager	= new FXMakerUndoManager(m_Sel, "NcAttachPrefab");
 }
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcCurveAnimation;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcCurveAnimation");
 }
Exemplo n.º 30
0
 // Property -------------------------------------------------------------------------
 // Event Function -------------------------------------------------------------------
 void OnEnable()
 {
     m_Sel         = target as NcAutoDeactive;
     m_UndoManager = new FXMakerUndoManager(m_Sel, "NcAutoDeactive");
 }