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 SourceGetParameterBlobIndices(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> |
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> |
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 |
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 |