FairyGUI.SelectionShape.SelectionShape C# (CSharp) Method

SelectionShape() public method

public SelectionShape ( ) : System
return System
        public SelectionShape()
        {
            CreateGameObject("SelectionShape");
            graphics = new NGraphics(gameObject);
            graphics.texture = NTexture.Empty;
            _color = Color.white;
        }