Exemplo n.º 1
0
 public VerbalTree(
     VerbalData data,
     ShowNodeDelegate showNodeCallback,
     TestCondDelegate testCondCallback,
     NodeEnteredDelegate nodeEnteredCallback
 )
 {
     this.m_Data = data;
     this.m_ShowNodeCallback = showNodeCallback;
     this.m_TestCondCallback = testCondCallback;
     this.m_NodeEnteredCallback = nodeEnteredCallback;
 }
Exemplo n.º 2
0
 public VerbalTree(
     VerbalData data,
     ShowNodeDelegate showNodeCallback,
     TestCondDelegate testCondCallback,
     NodeEnteredDelegate nodeEnteredCallback
     )
 {
     this.m_Data                = data;
     this.m_ShowNodeCallback    = showNodeCallback;
     this.m_TestCondCallback    = testCondCallback;
     this.m_NodeEnteredCallback = nodeEnteredCallback;
 }