CompilationPlatformInfo.AdditionalInEditorDefines Property

Definition

These defines are specific for this platform editor build.

public:
 property System::Collections::Generic::HashSet<System::String ^> ^ AdditionalInEditorDefines { System::Collections::Generic::HashSet<System::String ^> ^ get(); };
public System.Collections.Generic.HashSet<string> AdditionalInEditorDefines { get; }
member this.AdditionalInEditorDefines : System.Collections.Generic.HashSet<string>
Public ReadOnly Property AdditionalInEditorDefines As HashSet(Of String)

Property Value

HashSet<String>

Applies to