コード例 #1
0
ファイル: Attributs.cs プロジェクト: Just4F/behaviac
 public TypeMetaInfoAttribute(ERefType refType)
 {
     this.refType_ = refType;
 }
コード例 #2
0
 public TypeMetaInfoAttribute(ERefType refType)
 {
     this.refType_ = refType;
 }
コード例 #3
0
ファイル: Attributs.cs プロジェクト: Just4F/behaviac
 public TypeMetaInfoAttribute(string displayName, string description, ERefType refType)
 {
     this.displayName_ = displayName;
     this.desc_ = description;
     this.refType_ = refType;
 }
コード例 #4
0
 public TypeMetaInfoAttribute(string displayName, string description, ERefType refType)
 {
     this.displayName_ = displayName;
     this.desc_        = description;
     this.refType_     = refType;
 }