TextureGenerator.GenerateTexture
public static Experimental.AssetImporters.TextureGenerationOutput GenerateTexture(Experimental.AssetImporters.TextureGenerationSettings settings,
NativeArray<Color32> colorBuffer);
Parameters
| settings | Settings use for generating Texture2D and Sprite. | |
| colorBuffer | Color buffer for generating Texture2D and Sprite. |
Returns
TextureGenerationOutput Result of the generation.