Table of Contents

Class GENPixelRotationTask

Namespace
Glitch9.AIDevKit
public class GENPixelRotationTask : GENPixelArtGenerationTask<GENPixelRotationTask, IGENPixelRotationOptions, Texture2D, PixelArt>, IGENTask
Inheritance
object
GENPixelRotationTask
Implements
Inherited Members

Constructors

GENPixelRotationTask(Texture2D)

public GENPixelRotationTask(Texture2D prompt)

Parameters

prompt Texture2D

Properties

Method

public override string Method { get; }

Property Value

string

Methods

ExecuteAsyncINTERNAL()

protected override UniTask<PixelArt> ExecuteAsyncINTERNAL()

Returns

UniTask<PixelArt>