Class GENPixelRotationTask
public class GENPixelRotationTask : GENPixelArtGenerationTask<GENPixelRotationTask, IGENPixelRotationOptions, Texture2D, PixelArt>, IGENTask
- Inheritance
-
objectGENPixelRotationTask
- Implements
- Inherited Members
Constructors
GENPixelRotationTask(Texture2D)
public GENPixelRotationTask(Texture2D prompt)
Parameters
promptTexture2D
Properties
Method
public override string Method { get; }
Property Value
- string
Methods
ExecuteAsyncINTERNAL()
protected override UniTask<PixelArt> ExecuteAsyncINTERNAL()
Returns
- UniTask<PixelArt>