Inheritance Hierarchy
ObservableObject
ViewModelBase
DeltaEngine.Editor.ParticleEditor ParticleEditorViewModel
Namespace: DeltaEngine.Editor.ParticleEditor
Assembly: DeltaEngine.Editor.ParticleEditor (in DeltaEngine.Editor.ParticleEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The ParticleEditorViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ParticleEditorViewModel | Initializes a new instance of the ParticleEditorViewModel class |
Methods
Name | Description | |
---|---|---|
![]() | Activate | |
![]() | AddEmitterToSystem | |
![]() | Broadcast``1 | (Inherited from ViewModelBase.) |
![]() | Cleanup | (Inherited from ViewModelBase.) |
![]() | LoadEffect | |
![]() | RaisePropertyChanged(String) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanged``1(Expression Func UMP ) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanged``1(String, UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanged``1(Expression Func UMP , UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanging(String) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanging``1(Expression Func UMP ) | (Inherited from ObservableObject.) |
![]() | RemoveCurrentEmitterFromSystem | |
![]() | Reset | |
![]() | ResetDefaultEffect | |
![]() | Save | |
![]() | Set``1(Expression Func UMP , UMP , UMP) | (Inherited from ObservableObject.) |
![]() | Set``1(String, UMP , UMP) | (Inherited from ObservableObject.) |
![]() | Set``1(Expression Func UMP , UMP , UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | Set``1(String, UMP , UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | ToggleLookingForExistingEmitters | |
![]() | ToggleLookingForTemplateEffect | |
![]() | TryLoadParticleEffect | |
![]() | TrySavingEffectData | |
![]() | UpdateOnContentChange | |
![]() | UpdateOnContentDeletion | |
![]() | VerifyPropertyName | (Inherited from ObservableObject.) |
Fields
Name | Description | |
---|---|---|
![]() | currentEffect |
Properties
Name | Description | |
---|---|---|
![]() | Acceleration | |
![]() | AvailableEmitterIndices | |
![]() | AvailableTemplates | |
![]() | BillboardModeList | |
![]() | CanLoadEffect | |
![]() | CanModifyEmitters | |
![]() | CanSaveParticleSystem | |
![]() | Color | |
![]() | CurrentEmitterInEffect | |
![]() | DoParticlesTrackEmitter | |
![]() | EffectsInProject | |
![]() | EmittersInProject | |
![]() | IsInDesignMode | (Inherited from ViewModelBase.) |
![]() | LifeTime | |
![]() | MaterialList | |
![]() | MaxNumberOfParticles | |
![]() | MessengerInstance | (Inherited from ViewModelBase.) |
![]() | OverwriteOnSave | |
![]() | ParticleEmitterNameToAdd | |
![]() | ParticlesPerSpawn | |
![]() | ParticleSystemName | |
![]() | PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() | PropertyChangingHandler | (Inherited from ObservableObject.) |
![]() | RotationSpeed | |
![]() | SavedEmitterSelectionVisibility | |
![]() | SelectedBillboardMode | |
![]() | SelectedMaterialName | |
![]() | SelectedSpawnerType | |
![]() | Size | |
![]() | SpawnerTypeList | |
![]() | SpawnInterval | |
![]() | StartPosition | |
![]() | StartRotation | |
![]() | StartVelocity | |
![]() | TemplateListVisibility | |
![]() | TemplateNameToLoad |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from ObservableObject.) |
![]() | PropertyChanging | (Inherited from ObservableObject.) |
See Also