Show / Hide Table of Contents

Class SerializedProgramExtensions

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

Methods

| Improve this Doc View Source

GetParameterBlobIndices(ISerializedProgram)

Declaration
public static IReadOnlyList<uint> GetParameterBlobIndices(this ISerializedProgram program)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SerializedProgram.ISerializedProgram program
Returns
Type Description
IReadOnlyList<System.UInt32>
| Improve this Doc View Source

GetPlayerSubPrograms(ISerializedProgram)

Declaration
public static IReadOnlyList<ISerializedPlayerSubProgram> GetPlayerSubPrograms(this ISerializedProgram program)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SerializedProgram.ISerializedProgram program
Returns
Type Description
IReadOnlyList<AssetRipper.SourceGenerated.Subclasses.SerializedPlayerSubProgram.ISerializedPlayerSubProgram>
| Improve this Doc View Source

GetSubProgramCount(ISerializedProgram)

Declaration
public static int GetSubProgramCount(this ISerializedProgram program)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SerializedProgram.ISerializedProgram program
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetTierCount(ISerializedProgram)

Declaration
public static int GetTierCount(this ISerializedProgram program)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SerializedProgram.ISerializedProgram program
Returns
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾