Class StreamInfoExtensions
Inheritance
System.Object
StreamInfoExtensions
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 StreamInfoExtensions
Methods
| Improve this Doc View SourceGetStride(IStreamInfo)
Declaration
public static uint GetStride(this IStreamInfo streamInfo)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.StreamInfo.IStreamInfo | streamInfo |
Returns
Type | Description |
---|---|
System.UInt32 |
IsMatch(IStreamInfo, ShaderChannel4)
Declaration
public static bool IsMatch(this IStreamInfo streamInfo, ShaderChannel4 channel)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.StreamInfo.IStreamInfo | streamInfo | |
ShaderChannel4 | channel |
Returns
Type | Description |
---|---|
System.Boolean |
SetStride(IStreamInfo, UInt32)
Declaration
public static void SetStride(this IStreamInfo streamInfo, uint stride)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.StreamInfo.IStreamInfo | streamInfo | |
System.UInt32 | stride |
SetValues(IStreamInfo, UInt32, UInt32, UInt32)
Declaration
public static void SetValues(this IStreamInfo streamInfo, uint mask, uint offset, uint stride)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.StreamInfo.IStreamInfo | streamInfo | |
System.UInt32 | mask | |
System.UInt32 | offset | |
System.UInt32 | stride |