Class ModelChangedEvent
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Agents
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ModelChangedEvent : ValueChangedEvent<Model>, IEvent
Constructors
| Edit this page View SourceModelChangedEvent(Model, Model, bool)
Declaration
public ModelChangedEvent(Model oldModel, Model newModel, bool apiChanged)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | oldModel | |
| Model | newModel | |
| bool | apiChanged |
Properties
| Edit this page View SourceApiChanged
Declaration
public bool ApiChanged { get; }
Property Value
| Type | Description |
|---|---|
| bool |