C# Class ExoModel.ModelInitEvent.InitNew

Represents the creation of a new ModelInstance.
Inheritance: ModelInitEvent, ITransactedModelEvent
Datei anzeigen Open project: vc3/ExoModel

Public Methods

Method Description
ITransactedModelEvent ( ModelTransaction transaction ) : void

Creates a new ModelInstance of the specified ModelType.

InitNew ( ModelInstance instance )

Method Details

ITransactedModelEvent() public method

Creates a new ModelInstance of the specified ModelType.
public ITransactedModelEvent ( ModelTransaction transaction ) : void
transaction ModelTransaction
return void

InitNew() public method

public InitNew ( ModelInstance instance )
instance ModelInstance