예제 #1
0
파일: Kernel.cs 프로젝트: Sugz/SugzTools
 static Kernel()
 {
     // If this is ever NULL, it is probably because 3ds Max has not yet loaded 
     // Autodesk.Max.Wrappers.dll
     Global = GlobalInterface.Instance;
     Interface = Global.COREInterface16;
 }
예제 #2
0
 public Class13(IInterface16 argument16)
 {
     Argument16 = argument16;
 }