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