Class ProceduralTexture
Inheritance
ProceduralTexture
Assembly: UnityEngine.dll
Syntax
[Obsolete("Built-in support for Substance Designer materials has been removed from Unity. To continue using Substance Designer materials, you will need to install Allegorithmic's external importer from the Asset Store.", true)]
public sealed class ProceduralTexture : Texture
Properties
|
Improve this Doc
View Source
format
Declaration
public TextureFormat format { get; }
Property Value
|
Improve this Doc
View Source
hasAlpha
Declaration
public bool hasAlpha { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetPixels32(Int32, Int32, Int32, Int32)
Declaration
public Color32[] GetPixels32(int x, int y, int blockWidth, int blockHeight)
Parameters
Returns
|
Improve this Doc
View Source
GetProceduralOutputType()
Declaration
public ProceduralOutputType GetProceduralOutputType()
Returns
Type |
Description |
UnityEngine.ProceduralOutputType |
|
Extension Methods