Show / Hide Table of Contents

Class ChannelInfoExtensions

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

Methods

| Improve this Doc View Source

GetDataDimension(IChannelInfo)

Data dimention: Vector3, Vector2, Vector1

Declaration
public static byte GetDataDimension(this IChannelInfo channelInfo)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.ChannelInfo.IChannelInfo channelInfo
Returns
Type Description
System.Byte
| Improve this Doc View Source

GetStride(IChannelInfo, UnityVersion)

Declaration
public static byte GetStride(this IChannelInfo channelInfo, UnityVersion version)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.ChannelInfo.IChannelInfo channelInfo
UnityVersion version
Returns
Type Description
System.Byte
| Improve this Doc View Source

GetVertexFormat(IChannelInfo, UnityVersion)

Declaration
public static VertexFormat GetVertexFormat(this IChannelInfo channelInfo, UnityVersion version)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.ChannelInfo.IChannelInfo channelInfo
UnityVersion version
Returns
Type Description
VertexFormat
| Improve this Doc View Source

IsSet(IChannelInfo)

Declaration
public static bool IsSet(this IChannelInfo channelInfo)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.ChannelInfo.IChannelInfo channelInfo
Returns
Type Description
System.Boolean
| Improve this Doc View Source

SetDataDimension(IChannelInfo, Byte)

Data dimention: Vector3, Vector2, Vector1

Declaration
public static void SetDataDimension(this IChannelInfo channelInfo, byte value)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.ChannelInfo.IChannelInfo channelInfo
System.Byte value
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾