コード例 #1
0
ファイル: BindingBehaviour.cs プロジェクト: tzamora/superteam
 public BindAttribute(BindingScope scope=BindingScope.GameObject, BindingDefault ifNotFound = BindingDefault.Exception)
 {
     IfNotFound = ifNotFound;
     Scope = scope;
 }
コード例 #2
0
ファイル: BindingBehaviour.cs プロジェクト: mantoun/MKULTRA
 public BindAttribute(BindingScope scope = BindingScope.GameObject, BindingDefault ifNotFound = BindingDefault.Exception)
 {
     IfNotFound = ifNotFound;
     Scope      = scope;
 }