This enum is the values of listed OnlyOnce and Indefinitely

Namespace:  GLSV
Assembly:  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 nameDescription
OnlyOnce
Represents only once reproduction
Indefinitely
Represents indefinitely reproduction

See Also