예제 #1
0
 public DescriptionAttribute(string description)
 {
     this.description = Outdent.trim(description);
     // TODO disabled cuz I'm not sure I can safely wrap this in #if UNITY_EDITOR or if it'll break serialization.
     //type = MessageType.Info;
 }
예제 #2
0
 internal static HandleRef getCPtr(Outdent obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }