PlatformConfigurations Class
Namespace: Stride.Data
Assembly: Stride.dll
System.Object →
PlatformConfigurations
Derived from PlatformConfigurations:
[DataContract]
public class PlatformConfigurations
|
Improve this Doc
View Source
Fields
[DataMember]
public List<ConfigurationOverride> Configurations
Field Value
public static string DeviceModel
Field Value
Type |
Description |
System.String |
|
[DataMember]
public List<string> PlatformFilters
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
public static string RendererName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Methods
public T Get<T>()
where T : Configuration, new()
Returns
Type Parameters
Extension Methods