Class GENPixelArtTask
Inheritance
object
GENPixelArtTask
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class GENPixelArtTask : GENPixelArtGenerationTask<GENPixelArtTask, IGENPixelArtOptions, string, PixelArt>, IGENTask
Constructors
GENPixelArtTask(string)
Declaration
public GENPixelArtTask(string prompt)
Parameters
Type | Name | Description |
---|---|---|
string | 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> |