Class MatrixParameterExtensions
Inheritance
System.Object
MatrixParameterExtensions
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 MatrixParameterExtensions
Methods
| Improve this Doc View SourceGetType_(IMatrixParameter)
Declaration
public static ShaderParamType GetType_(this IMatrixParameter parameter)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.MatrixParameter.IMatrixParameter | parameter |
Returns
Type | Description |
---|---|
ShaderParamType |
SetValues(IMatrixParameter, String, ShaderParamType, Int32, Int32, Int32)
Declaration
public static void SetValues(this IMatrixParameter parameter, string name, ShaderParamType type, int index, int rowCount, int columnCount)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.MatrixParameter.IMatrixParameter | parameter | |
System.String | name | |
ShaderParamType | type | |
System.Int32 | index | |
System.Int32 | rowCount | |
System.Int32 | columnCount |