We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fc5d1 commit b2fc4aaCopy full SHA for b2fc4aa
Runtime/Controller.cs
@@ -200,7 +200,7 @@ public UnityEngine.Object GetAsset (string name) {
200
}
201
202
/// Check whether this controller has an asset.
203
- public bool GetAsset (string name) {
+ public bool HasAsset (string name) {
204
for (var _i = 0; _i < this.assets.Length; _i++)
205
if (this.assets[_i].name == name)
206
return true;
0 commit comments