C# Class ExoModel.ModelInitEvent.InitNew

Represents the creation of a new ModelInstance.
Inheritance: ModelInitEvent, ITransactedModelEvent
Afficher le fichier Open project: vc3/ExoModel

Méthodes publiques

Méthode Description
ITransactedModelEvent ( ModelTransaction transaction ) : void

Creates a new ModelInstance of the specified ModelType.

InitNew ( ModelInstance instance )

Method Details

ITransactedModelEvent() public méthode

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

InitNew() public méthode

public InitNew ( ModelInstance instance )
instance ModelInstance