Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 70b002a

Browse files
committed
Renamed HasSettings to TryGetSettings
1 parent 98d22c2 commit 70b002a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/PostProcessProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public bool HasSettings(Type type)
9090
return false;
9191
}
9292

93-
public bool HasSettings<T>(out T outSetting)
93+
public bool TryGetSettings<T>(out T outSetting)
9494
where T : PostProcessEffectSettings
9595
{
9696
var type = typeof(T);

0 commit comments

Comments
 (0)