Class Constants
Easily accessible constant symbols for more readable code.
Inheritance
object
Constants
Namespace: AS2
Assembly: .dll
Syntax
public static class Constants
Fields
| Edit this page View SourceHEAD
Represents the particle's head when specifying a neighbor position.
Declaration
public const bool HEAD = true
Field Value
Type | Description |
---|---|
bool |
TAIL
Represents the particle's tail when specifying a neighbor position.
Declaration
public const bool TAIL = false
Field Value
Type | Description |
---|---|
bool |