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