TextStudio3DContourSourceAsset
public abstract class TextStudio3DContourSourceAsset : ScriptableObjectReusable contour source accepted by contour programs.
Methods
Section titled “Methods”
Validate()
Section titled “Validate()”public abstract TextStudio3DContourValidationReport Validate()Validates the source’s current contour data without modifying the asset.
Returns
TextStudio.ThreeD.TextStudio3DContourValidationReport
CreateContour()
Section titled “CreateContour()”public abstract ContourState CreateContour()Creates a detached contour snapshot that the caller may safely transform or combine.
Returns
TextStudio.ThreeD.ContourState
Constructors
Section titled “Constructors”
TextStudio3DContourSourceAsset()
Section titled “TextStudio3DContourSourceAsset()”protected TextStudio3DContourSourceAsset()