Class SceneSettingsIssueRecord
- Namespace
- CodeStage.Maintainer.Issues
- Assembly
- Build.dll
[Serializable]
public class SceneSettingsIssueRecord : AssetIssueRecord, IScanListenerResult
- Inheritance
-
objectSceneSettingsIssueRecord
- Implements
- Inherited Members
Properties
IsFixable
Returns true if current issue type is potentially fixable, returns false otherwise.
public override bool IsFixable { get; }
Property Value
- bool
PropertyPath
public string PropertyPath { get; }
Property Value
- string
SettingsKind
public SceneSettingsKind SettingsKind { get; }
Property Value
Methods
ConstructBody(StringBuilder)
protected override void ConstructBody(StringBuilder text)
Parameters
textStringBuilder
Show()
public void Show()