Open.Core.Part.OnInitialize C# (CSharp) Method

OnInitialize() protected abstract method

Implemented in the deriving class to initialize the part.
All requires scripts will be loaded before this method is invoked, and the 'Container' if available, will be set.
protected abstract OnInitialize ( System.Action callback ) : void
callback System.Action Action to invoke upon completion of initialization.
return void
        protected abstract void OnInitialize(Action callback);