Method TryGetFinishByCode
TryGetFinishByCode(string, out Finish)
Tries to find finish with given code in the finishes available for the finish type.
Declaration
public bool TryGetFinishByCode(string finishCode, out Scene.Object.Finish finish)
Parameters
| Type | Name | Description |
|---|---|---|
| string | finishCode | |
| Scene.Object.Finish | finish |
Returns
| Type | Description |
|---|---|
| bool |
|