Skip to content

TextStudio3DContourSourceAsset

ClassTextStudio.ThreeDTextStudio.3D
public abstract class TextStudio3DContourSourceAsset : ScriptableObject

Reusable contour source accepted by contour programs.

public abstract TextStudio3DContourValidationReport Validate()

Validates the source’s current contour data without modifying the asset.

Returns

TextStudio.ThreeD.TextStudio3DContourValidationReport

public abstract ContourState CreateContour()

Creates a detached contour snapshot that the caller may safely transform or combine.

Returns

TextStudio.ThreeD.ContourState

protected TextStudio3DContourSourceAsset()