Component Graphics
(NOTE) Core space component that manages all interactions between graphics related objects.
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| Constructor | Active | component | |
| RandomSeed | |||
| Seed | 
Properties
Active : boolean
If graphics for this Space should be running.
var Active : Boolean
RandomSeed : boolean
If the random number generator used by graphics objects should be seeded randomly.
var RandomSeed : Boolean
Seed : integer
Value to seed the random number generator with.
var Seed : Integer
Methods
GraphicsSpace : Void
constructor
Name Type Description function GraphicsSpace()