Exemplo n.º 1
0
 private vrValue ActiveChildCommandHandler(vrValue index)
 {
     SetActiveChildInternal(index.GetInt());
     return(true);
 }
Exemplo n.º 2
0
 private vrValue ListHandler(vrValue iValue)
 {
     print("List Selected Index : " + iValue.GetInt());
     return(null);
 }
Exemplo n.º 3
0
 private vrValue ListHandler(vrValue iValue)
 {
     print( "List Selected Index : " + iValue.GetInt() );
     return null;
 }
Exemplo n.º 4
0
 private vrValue ActiveChildCommandHandler(vrValue index)
 {
     SetActiveChildInternal(index.GetInt());
     return true;
 }