Class TextureWrapSettings
Inheritance
System.Object
TextureWrapSettings
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: UnityEditor.Experimental.U2D.Common
Syntax
public class TextureWrapSettings : ITextureSettings
Constructors
TextureWrapSettings()
Declaration
public TextureWrapSettings()
TextureWrapSettings(TextureWrapMode, TextureWrapMode, TextureWrapMode, TextureWrapMode)
Declaration
public TextureWrapSettings(TextureWrapMode wrapMpde, TextureWrapMode wrapModeU, TextureWrapMode wrapModeV, TextureWrapMode wrapModeW)
Parameters
| Type | Name | Description |
|---|---|---|
| TextureWrapMode | wrapMpde | |
| TextureWrapMode | wrapModeU | |
| TextureWrapMode | wrapModeV | |
| TextureWrapMode | wrapModeW |
Properties
wrapMode
Declaration
public TextureWrapMode wrapMode { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureWrapMode |
wrapModeU
Declaration
public TextureWrapMode wrapModeU { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureWrapMode |
wrapModeV
Declaration
public TextureWrapMode wrapModeV { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureWrapMode |
wrapModeW
Declaration
public TextureWrapMode wrapModeW { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureWrapMode |