コード例 #1
0
        public override void LoadContent()
        {
            if (RuntimeContent == null) return;

            actor = RuntimeContent.LoadContent(ContentManager) as Actor;
            if (actor == null) return;

            actor.ActorContext = this;
            actor.LoadContent();

            Invalidate();
        }