<Code Lib>
2025 Method
Changes 0
M

TessellatedShapeBuilder.AreTargetAndFallbackCompatible

Description:
Checks whether this combination of fallback and target parameters can be used as a valid combination of inputs.

public bool AreTargetAndFallbackCompatible(
	TessellatedShapeBuilderTarget target,
	TessellatedShapeBuilderFallback fallback
)

Return Value Boolean True if the combination of fallback and target are a valid combination, false otherwise.

Loading…