Table of Contents

Class GENPixelAnimationTask

Namespace
Glitch9.AIDevKit
public class GENPixelAnimationTask : GENPixelArtGenerationTask<GENPixelAnimationTask, IGENPixelAnimationOptions, InpaintPrompt, PixelAnimation>, IGENTask
Inheritance
object
GENPixelAnimationTask
Implements
Inherited Members

Constructors

GENPixelAnimationTask(InpaintPrompt)

public GENPixelAnimationTask(InpaintPrompt prompt)

Parameters

prompt InpaintPrompt

Properties

Method

public override string Method { get; }

Property Value

string

Methods

ExecuteAsyncINTERNAL()

protected override UniTask<PixelAnimation> ExecuteAsyncINTERNAL()

Returns

UniTask<PixelAnimation>