コード例 #1
0
ファイル: Attributes.cs プロジェクト: huangdonghai/titan3d
 public Editor_TypeFilterAttribute(Type baseType, Editor_MacrossClassAttribute.enMacrossType macrossType)
 {
     BaseType    = baseType;
     MacrossType = macrossType;
 }
コード例 #2
0
ファイル: Attributes.cs プロジェクト: huangdonghai/titan3d
 public Editor_TypeFilterAttribute(enTypeFilter filter, Editor_MacrossClassAttribute.enMacrossType macrossType)
 {
     BaseType    = typeof(object);
     Filter      = filter;
     MacrossType = macrossType;
 }