GenerateTexture
Generates Texture2D and Sprite Assets based on the settings provided.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AssetImporters
- Assembly: UnityEditor.CoreModule
GenerateTexture(TextureGenerationSettings, NativeArray<Color32>)
public static TextureGenerationOutput GenerateTexture(TextureGenerationSettings settings, NativeArray<Color32> colorBuffer)
Parameters
Returns
Type | Description |
|---|---|
| TextureGenerationOutput | Result of the generation. |
GenerateTexture(TextureGenerationSettings, NativeArray<Color>)
public static TextureGenerationOutput GenerateTexture(TextureGenerationSettings settings, NativeArray<Color> colorBuffer)
Parameters
Returns
Type | Description |
|---|---|
| TextureGenerationOutput | Result of the generation. |