TextStudioPreviewStageSettings
public readonly struct TextStudioPreviewStageSettingsImmutable renderer-preview mode, viewpoint, quality, and comparison layout.
Fields
Section titled “Fields”
public readonly TextStudioPreviewStageMode ModeReturns
TextStudio.TextStudioPreviewStageMode
public readonly TextStudioPreviewView ViewReturns
TextStudio.TextStudioPreviewView
Quality
Section titled “Quality”public readonly TextStudioPreviewQuality QualityReturns
TextStudio.TextStudioPreviewQuality
OrbitAngles
Section titled “OrbitAngles”public readonly Vector2 OrbitAnglesReturns
UnityEngine.Vector2
CompareSpacing
Section titled “CompareSpacing”public readonly float CompareSpacingReturns
System.Single
Constructors
Section titled “Constructors”
TextStudioPreviewStageSettings(TextStudioPreviewStageMode, TextStudioPreviewView, TextStudioPreviewQuality, Vector2, float)
Section titled “TextStudioPreviewStageSettings(TextStudioPreviewStageMode, TextStudioPreviewView, TextStudioPreviewQuality, Vector2, float)”public TextStudioPreviewStageSettings(TextStudioPreviewStageMode mode, TextStudioPreviewView view, TextStudioPreviewQuality quality, Vector2 orbitAngles, float compareSpacing)Creates a preview request, clamping comparison spacing to a non-negative value.
Parameters
| Name | Type |
|---|---|
mode |
TextStudio.TextStudioPreviewStageMode |
view |
TextStudio.TextStudioPreviewView |
quality |
TextStudio.TextStudioPreviewQuality |
orbitAngles |
UnityEngine.Vector2 |
compareSpacing |
System.Single |