Class GENVideoTask
Inheritance
object
GENVideoTask
Assembly: .dll
Syntax
public class GENVideoTask : GENTask<GENVideoTask, string, GeneratedVideo>, IGENTask
Constructors
GENVideoTask(string)
Declaration
public GENVideoTask(string promptText)
Parameters
Type |
Name |
Description |
string |
promptText |
|
GENVideoTask(Texture2D)
Declaration
public GENVideoTask(Texture2D promptImage)
Parameters
Type |
Name |
Description |
Texture2D |
promptImage |
|
Properties
outputMimeType
Declaration
public override MIMEType outputMimeType { get; set; }
Property Value
Type |
Description |
MIMEType |
|
Overrides
Methods
ExecuteAsyncINTERNAL()
Executes the task and returns the generated result.
Declaration
protected override UniTask<GeneratedVideo> ExecuteAsyncINTERNAL()
Returns
Overrides
Implements
Extension Methods