Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| en:toolworks:docs:apparatus:mechanism [2021/09/03 10:35] – [C++ Workflow] vladius | en:toolworks:docs:apparatus:mechanism [2021/12/30 17:52] (current) – [C++ Workflow] vladius | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| To obtain a Mechanism for a World one would call [[appi> | To obtain a Mechanism for a World one would call [[appi> | ||
| - | UMechanism* Mechanism = UMachine:: | + | AMechanism* Mechanism = UMachine:: | 
| </ | </ | ||
| Line 20: | Line 20: | ||
| Creating your separate (possibly transient) Mechanisms is also supported and can be handy. You instantiate the Mechanism like you would any other '' | Creating your separate (possibly transient) Mechanisms is also supported and can be handy. You instantiate the Mechanism like you would any other '' | ||
| - | UMechanism* Mechanism = NewObject< | + | AMechanism* Mechanism = NewObject< | 
| </ | </ | ||
| Please, see the corresponding [[appi> | Please, see the corresponding [[appi> | ||