Swordening.WeakSkeleton.Initialize C# (CSharp) Метод

Initialize() публичный Метод

Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content.
public Initialize ( ) : void
Результат void
        public override void Initialize()
        {
            // TODO: Add your initialization code here

            base.Initialize();
        }