Method TryGetFinish
TryGetFinish(FinishType, out Finish)
Tries to get finish for given finish type.
Declaration
public bool TryGetFinish(Scene.Object.FinishType finishType, out Scene.Object.Finish finish)
Parameters
| Type | Name | Description |
|---|---|---|
| Scene.Object.FinishType | finishType | Finish type that finish should belong to. |
| Scene.Object.Finish | finish | Finish to get. |
Returns
| Type | Description |
|---|---|
| bool |
|