Beispiel #1
0
 public TypeMetaInfoAttribute(ERefType refType)
 {
     this.refType_ = refType;
 }
Beispiel #2
0
 public TypeMetaInfoAttribute(ERefType refType)
 {
     this.refType_ = refType;
 }
Beispiel #3
0
 public TypeMetaInfoAttribute(string displayName, string description, ERefType refType)
 {
     this.displayName_ = displayName;
     this.desc_ = description;
     this.refType_ = refType;
 }
Beispiel #4
0
 public TypeMetaInfoAttribute(string displayName, string description, ERefType refType)
 {
     this.displayName_ = displayName;
     this.desc_        = description;
     this.refType_     = refType;
 }