Skip to content

Commit b2fc4aa

Browse files
Minor naming changes
1 parent f6fc5d1 commit b2fc4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Controller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public UnityEngine.Object GetAsset (string name) {
200200
}
201201

202202
/// Check whether this controller has an asset.
203-
public bool GetAsset (string name) {
203+
public bool HasAsset (string name) {
204204
for (var _i = 0; _i < this.assets.Length; _i++)
205205
if (this.assets[_i].name == name)
206206
return true;

0 commit comments

Comments
 (0)