Class NativeInterface.Texture
Inheritance
System.Object
NativeInterface.Texture
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pixyz.Plugin4Unity
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class Texture
Constructors
Texture()
Declaration
public Texture()
Texture(NativeInterface.Texture)
Declaration
public Texture(NativeInterface.Texture o)
Parameters
Type | Name | Description |
---|---|---|
NativeInterface.Texture | o |
Fields
channel
Declaration
public int channel
Field Value
Type | Description |
---|---|
System.Int32 |
image
Declaration
public Ident image
Field Value
Type | Description |
---|---|
Ident |
offset
Declaration
public NativeInterface.Point2 offset
Field Value
Type | Description |
---|---|
NativeInterface.Point2 |
tilling
Declaration
public NativeInterface.Point2 tilling
Field Value
Type | Description |
---|---|
NativeInterface.Point2 |