Skip to content

BuiltInExtrudeStyles.Recipe

StructTextStudio.ThreeDTextStudio.3D
public readonly struct BuiltInExtrudeStyles.Recipe

Public-data description of a built-in style. Every call to TextStudio.ThreeD.BuiltInExtrudeStyles.GetRecipe(TextStudio.ThreeD.BuiltInExtrudeStyles.Preset) owns a fresh layer array that authors can inspect, copy, and modify without changing the built-in catalog.

public BuiltInExtrudeStyles.Preset Preset { get; }

Returns

TextStudio.ThreeD.BuiltInExtrudeStyles.Preset

public BuiltInExtrudeStyles.PresetCategory Category { get; }

Returns

TextStudio.ThreeD.BuiltInExtrudeStyles.PresetCategory

public string DisplayName { get; }

Returns

System.String

public string Description { get; }

Returns

System.String

public TextStudio3DLayer[] Layers { get; }

Returns

TextStudio.ThreeD.TextStudio3DLayer[]