Show / Hide Table of Contents

Class GraphicsSettingsExtensions

Inheritance
System.Object
GraphicsSettingsExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class GraphicsSettingsExtensions

Methods

| Improve this Doc View Source

ConvertToEditorFormat(IGraphicsSettings)

Declaration
public static void ConvertToEditorFormat(this IGraphicsSettings settings)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_30.IGraphicsSettings settings
| Improve this Doc View Source

GetDefaultMobileRenderingPath(IGraphicsSettings)

Default: AssetRipper.SourceGenerated.Enums.RenderingPath.Forward

Declaration
public static RenderingPath GetDefaultMobileRenderingPath(this IGraphicsSettings settings)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_30.IGraphicsSettings settings
Returns
Type Description
AssetRipper.SourceGenerated.Enums.RenderingPath
| Improve this Doc View Source

GetDefaultRenderingPath(IGraphicsSettings)

Default: AssetRipper.SourceGenerated.Enums.RenderingPath.Forward

Declaration
public static RenderingPath GetDefaultRenderingPath(this IGraphicsSettings settings)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_30.IGraphicsSettings settings
Returns
Type Description
AssetRipper.SourceGenerated.Enums.RenderingPath
| Improve this Doc View Source

GetFogStripping(IGraphicsSettings)

Default: AssetRipper.SourceGenerated.NativeEnums.Global.ShaderStrippingMode.Automatic

Declaration
public static ShaderStrippingMode GetFogStripping(this IGraphicsSettings settings)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_30.IGraphicsSettings settings
Returns
Type Description
AssetRipper.SourceGenerated.NativeEnums.Global.ShaderStrippingMode
| Improve this Doc View Source

GetInstancingStripping(IGraphicsSettings)

Default: AssetRipper.SourceGenerated.NativeEnums.Global.InstancingStrippingMode.StripUnused

Declaration
public static InstancingStrippingMode GetInstancingStripping(this IGraphicsSettings settings)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_30.IGraphicsSettings settings
Returns
Type Description
AssetRipper.SourceGenerated.NativeEnums.Global.InstancingStrippingMode
| Improve this Doc View Source

GetLightmapStripping(IGraphicsSettings)

Default: AssetRipper.SourceGenerated.NativeEnums.Global.ShaderStrippingMode.Automatic

Declaration
public static ShaderStrippingMode GetLightmapStripping(this IGraphicsSettings settings)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_30.IGraphicsSettings settings
Returns
Type Description
AssetRipper.SourceGenerated.NativeEnums.Global.ShaderStrippingMode
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾