Show / Hide Table of Contents

Class PackedIntVectorExtensions

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

Methods

| Improve this Doc View Source

CopyValuesFrom(PackedBitVector_Int32, PackedBitVector_Int32)

Declaration
public static void CopyValuesFrom(this PackedBitVector_Int32 instance, PackedBitVector_Int32 source)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.PackedBitVector_Int32.PackedBitVector_Int32 instance
AssetRipper.SourceGenerated.Subclasses.PackedBitVector_Int32.PackedBitVector_Int32 source
| Improve this Doc View Source

IsSet(PackedBitVector_Int32)

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

PackInts(PackedBitVector_Int32, ReadOnlySpan<Int32>)

Declaration
public static void PackInts(this PackedBitVector_Int32 packedVector, ReadOnlySpan<int> data)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.PackedBitVector_Int32.PackedBitVector_Int32 packedVector
ReadOnlySpan<System.Int32> data
| Improve this Doc View Source

PackUInts(PackedBitVector_Int32, ReadOnlySpan<UInt32>)

Declaration
public static void PackUInts(this PackedBitVector_Int32 packedVector, ReadOnlySpan<uint> data)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.PackedBitVector_Int32.PackedBitVector_Int32 packedVector
ReadOnlySpan<System.UInt32> data
| Improve this Doc View Source

PackUShorts(PackedBitVector_Int32, ReadOnlySpan<UInt16>)

Declaration
public static void PackUShorts(this PackedBitVector_Int32 packedVector, ReadOnlySpan<ushort> data)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.PackedBitVector_Int32.PackedBitVector_Int32 packedVector
ReadOnlySpan<System.UInt16> data
| Improve this Doc View Source

UnpackInts(PackedBitVector_Int32)

Declaration
public static int[] UnpackInts(this PackedBitVector_Int32 packedVector)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.PackedBitVector_Int32.PackedBitVector_Int32 packedVector
Returns
Type Description
System.Int32[]
| Improve this Doc View Source

UnpackUInts(PackedBitVector_Int32)

Declaration
public static uint[] UnpackUInts(this PackedBitVector_Int32 packedVector)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.PackedBitVector_Int32.PackedBitVector_Int32 packedVector
Returns
Type Description
System.UInt32[]
| Improve this Doc View Source

UnpackUShorts(PackedBitVector_Int32)

Declaration
public static ushort[] UnpackUShorts(this PackedBitVector_Int32 packedVector)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.PackedBitVector_Int32.PackedBitVector_Int32 packedVector
Returns
Type Description
System.UInt16[]
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾