Class InitializationStateSaveData
Serializable representation of the system state in Initialization Mode used for saving and loading.
Inheritance
object
InitializationStateSaveData
Namespace: AS2
Assembly: .dll
Syntax
[Serializable]
public class InitializationStateSaveData
Fields
| Edit this page View SourceanchorIdx
The index of the current anchor particle or object.
Declaration
public int anchorIdx
Field Value
| Type | Description |
|---|---|
| int |
anchorIsObject
Whether the current anchor is an object.
Declaration
public bool anchorIsObject
Field Value
| Type | Description |
|---|---|
| bool |
initModeSaveData
Description of the current UI state.
Declaration
public InitModeSaveData initModeSaveData
Field Value
| Type | Description |
|---|---|
| InitModeSaveData |
objects
The current set of objects.
Declaration
public ParticleObjectSaveData[] objects
Field Value
| Type | Description |
|---|---|
| ParticleObjectSaveData[] |
particles
The current set of particles.
Declaration
public InitParticleSaveData[] particles
Field Value
| Type | Description |
|---|---|
| InitParticleSaveData[] |
selectedAlgorithm
The string ID of the currently selected algorithm.
Declaration
public string selectedAlgorithm
Field Value
| Type | Description |
|---|---|
| string |