CompilationPlatformInfo.CommonPlatformDefines Property

Definition

These defines are specific for this platform and common or player/editor.

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

Property Value

HashSet<String>

Applies to