Class GENPixelRotationTask
Inheritance
object
GENPixelRotationTask
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class GENPixelRotationTask : GENPixelArtGenerationTask<GENPixelRotationTask, IGENPixelRotationOptions, Texture2D, PixelArt>, IGENTask
Constructors
GENPixelRotationTask(Texture2D)
Declaration
public GENPixelRotationTask(Texture2D prompt)
Parameters
Type | Name | Description |
---|---|---|
Texture2D | prompt |
Properties
Method
Declaration
public override string Method { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
ExecuteAsyncINTERNAL()
Declaration
protected override UniTask<PixelArt> ExecuteAsyncINTERNAL()
Returns
Type | Description |
---|---|
UniTask<PixelArt> |