PlayType class
Enum to describe the different ways that a module can be loaded
Signature:
export declare abstract class PlayType
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Audience |
| (not declared) | A fan of the content creator is playing the module influenced by the creator's play |
Creator |
| (not declared) | A content creator is playing the module to create outputs for the audience |
CreatorSubmissionProcessing |
| (not declared) | The content creator playing |
SoloCapture |
| (not declared) |
PlayType.Audience property
A fan of the content creator is playing the module influenced by the creator's play
Signature:
static readonly Audience = 5;
PlayType.Creator property
A content creator is playing the module to create outputs for the audience
Signature:
static readonly Creator = 6;
PlayType.CreatorSubmissionProcessing property
The content creator playing
Signature:
static readonly CreatorSubmissionProcessing = 7;
PlayType.SoloCapture property
Warning: This API is now obsolete.
Use Creator instead
Signature:
static readonly SoloCapture = 6;
Updated 7 months ago