This enum is the values of listed OnlyOnce and Indefinitely
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
C# |
---|
public enum Loops |
Visual Basic (Declaration) |
---|
Public Enumeration Loops |
Visual C++ |
---|
public enum class Loops |
Members
Member name | Description | |
---|---|---|
OnlyOnce |
Represents only once reproduction
| |
Indefinitely |
Represents indefinitely reproduction
|