Show / Hide Table of Contents

Class TextureParameterExtensions

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

Methods

| Improve this Doc View Source

SetValues(ITextureParameter, String, Int32, SByte, Int32)

Declaration
public static void SetValues(this ITextureParameter parameter, string name, int index, sbyte dimension, int sampler)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.TextureParameter.ITextureParameter parameter
System.String name
System.Int32 index
System.SByte dimension
System.Int32 sampler
| Improve this Doc View Source

SetValues(ITextureParameter, String, Int32, SByte, Int32, Boolean)

Declaration
public static void SetValues(this ITextureParameter parameter, string name, int index, sbyte dimension, int sampler, bool multiSampled)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.TextureParameter.ITextureParameter parameter
System.String name
System.Int32 index
System.SByte dimension
System.Int32 sampler
System.Boolean multiSampled
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾