示例#1
0
 public void Draw(Graphics.ISceneContext sc)
 {
     using (var scope = sc.Push()) { scope.Color = this.Color; _obj.Render(); }
 }