Skip to content

Commit

Permalink
Minor naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylanters authored Jun 22, 2020
1 parent f6fc5d1 commit b2fc4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public UnityEngine.Object GetAsset (string name) {
}

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

0 comments on commit b2fc4aa

Please sign in to comment.