Show / Hide Table of Contents

Class RendererExtensions

Inheritance
System.Object
RendererExtensions
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 RendererExtensions

Methods

| Improve this Doc View Source

FindMaterialPropertyNameByCRC28(IRenderer, UInt32)

Declaration
public static string FindMaterialPropertyNameByCRC28(this IRenderer renderer, uint crc)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_25.IRenderer renderer
System.UInt32 crc
Returns
Type Description
System.String
| Improve this Doc View Source

GetLightmapIndex(IRenderer)

Declaration
public static ushort GetLightmapIndex(this IRenderer renderer)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_25.IRenderer renderer
Returns
Type Description
System.UInt16
| Improve this Doc View Source

GetLightProbeUsage(IRenderer)

Declaration
public static LightProbeUsage GetLightProbeUsage(this IRenderer renderer)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_25.IRenderer renderer
Returns
Type Description
AssetRipper.SourceGenerated.Enums.LightProbeUsage
| Improve this Doc View Source

GetMotionVectors(IRenderer)

Declaration
public static MotionVectorGenerationMode GetMotionVectors(this IRenderer renderer)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_25.IRenderer renderer
Returns
Type Description
AssetRipper.SourceGenerated.Enums.MotionVectorGenerationMode
| Improve this Doc View Source

GetReflectionProbeUsage(IRenderer)

Declaration
public static ReflectionProbeUsage GetReflectionProbeUsage(this IRenderer renderer)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_25.IRenderer renderer
Returns
Type Description
AssetRipper.SourceGenerated.Enums.ReflectionProbeUsage
| Improve this Doc View Source

GetShadowCastingMode(IRenderer)

Declaration
public static ShadowCastingMode GetShadowCastingMode(this IRenderer renderer)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_25.IRenderer renderer
Returns
Type Description
AssetRipper.SourceGenerated.Enums.ShadowCastingMode
| Improve this Doc View Source

MarkGameObjectAsStatic(IRenderer)

Set AssetRipper.SourceGenerated.Classes.ClassID_1.IGameObject.StaticEditorFlags on AssetRipper.SourceGenerated.Classes.ClassID_25.IRenderer.GameObject_C25P to indicate that the object is static.

Declaration
public static void MarkGameObjectAsStatic(this IRenderer renderer)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_25.IRenderer renderer

The renderer attached to a static gameobject.

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾