Example #1
0
 public CustomObjectPickerAttribute(ResultObjectType resultObjectType, params System.Type[] typeRestrictions)
 {
     this.typeRestrictions = typeRestrictions;
     this.resultObjectType = resultObjectType;
 }
Example #2
0
 public CustomObjectPickerAttribute(params System.Type[] typeRestrictions)
 {
     this.typeRestrictions = typeRestrictions;
     this.resultObjectType = ResultObjectType.SceneOrAsset;
 }