Property this
this[FinishType]
Allows to access a finish by its finish type.
Declaration
public Scene.Object.Finish this[Scene.Object.FinishType finishType] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| Scene.Object.FinishType | finishType |
Property Value
| Type | Description |
|---|---|
| Scene.Object.Finish |
Exceptions
| Type | Condition |
|---|---|
| Sdk2Exception | Thrown if the given finish doesn't exist in the finishes config. |