BatchBase<TDrawInfo>.DrawTextures Struct
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
protected struct DrawTextures
Name | Description | |
---|---|---|
Fields | ||
Texture0 | ||
Methods | ||
NotEqual(ref BatchBase<TDrawInfo>.DrawTextures, ref BatchBase<TDrawInfo>.DrawTextures) |
Fields
Texture0
public Texture Texture0
Field Value
Type | Description |
---|---|
Texture |
Methods
NotEqual(ref BatchBase<TDrawInfo>.DrawTextures, ref BatchBase<TDrawInfo>.DrawTextures)
public static bool NotEqual(ref BatchBase<TDrawInfo>.DrawTextures left, ref BatchBase<TDrawInfo>.DrawTextures right)
Parameters
Type | Name | Description |
---|---|---|
BatchBase.DrawTextures<> | left | |
BatchBase.DrawTextures<> | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()