KitchenDraw SDK 2
Show / Hide Table of Contents

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

true if finish type exists in the finishes config, false otherwise

In this article
Back to top Generated by DocFX