Struct CoeffOrTexture
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Pixyz.OptimizeSDK.Native.Material
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct CoeffOrTexture
Fields
_type
Declaration
public CoeffOrTexture.Type _type
Field Value
Type | Description |
---|---|
CoeffOrTexture.Type |
coeff
Declaration
public double coeff
Field Value
Type | Description |
---|---|
System.Double |
texture
Declaration
public Texture texture
Field Value
Type | Description |
---|---|
Texture |