Inheritance: Checkable
Exemplo n.º 1
0
 public void useFork(Checkable c)
 {
     if (c is ISwitchFork)
     {
         isf = c as ISwitchFork;
     }
 }
Exemplo n.º 2
0
 public ISwitchForkEditor()
 {
     isf = ScriptableObject.CreateInstance <ISwitchFork>();
 }
Exemplo n.º 3
0
 public void useFork(Checkable c)
 {
     if(c is ISwitchFork)
         isf = c as ISwitchFork;
 }
Exemplo n.º 4
0
 public ISwitchForkEditor()
 {
     isf = ScriptableObject.CreateInstance<ISwitchFork>();
 }