![]() |
Init(args)
Scripting Reference
|
◆ Init() [2/2]
Requests the object to try and acquire the object that it depends on and initialize itself.
Many objects that implement IInitializable are only able to acquire their own dependencies when Context.EditMode or Context.Reset is used in Edit Mode. For performance and reliability reasons it is recommended to do these operations in Edit Mode only, and cache the results.
Implements Sisus.Init.IInitializable. |