コード例 #1
0
        public ActorShape CreateShape(ActorShapeDesc desc)
        {
            var shape = CreateShapeImp(desc);

            shapes.Add(shape.Name, shape);
            return(shape);
        }
コード例 #2
0
 protected abstract ActorShape CreateShapeImp(ActorShapeDesc desc);