상속: Checkable
예제 #1
0
 public void useFork(Checkable c)
 {
     if (c is ISwitchFork)
     {
         isf = c as ISwitchFork;
     }
 }
예제 #2
0
 public ISwitchForkEditor()
 {
     isf = ScriptableObject.CreateInstance <ISwitchFork>();
 }
예제 #3
0
 public void useFork(Checkable c)
 {
     if(c is ISwitchFork)
         isf = c as ISwitchFork;
 }
예제 #4
0
 public ISwitchForkEditor()
 {
     isf = ScriptableObject.CreateInstance<ISwitchFork>();
 }