Class SourceCodeOptions
Source code options data container.
Inheritance
System.Object
SourceCodeOptions
Namespace: FlaxEditor.Options
Assembly: FlaxEngine.CSharp.dll
Syntax
[CustomEditor]
public sealed class SourceCodeOptions : Object
Constructors
SourceCodeOptions()
Declaration
public SourceCodeOptions()
Properties
AutoGenerateScriptsProjectFiles
Gets or sets a value indicating whether automatically generate scripts project files when adding/removing/moving scripts in Editor.
Declaration
[EditorDisplay("Project Files", null)]
[EditorOrder(150)]
[Tooltip("Determines whether automatically generate scripts project files when adding/removing/moving scripts in Editor.")]
public bool AutoGenerateScriptsProjectFiles { get; set; }
Property Value
System.Boolean
|
SourceCodeEditor
Gets or sets the source code editing IDE to use for project and source files accessing.
Declaration
[CustomEditor]
[EditorDisplay("Project Files", null)]
[EditorOrder(100)]
[Tooltip("The source code editing IDE to use for project and source files accessing.")]
public string SourceCodeEditor { get; set; }
Property Value
System.String
|