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();
        }