FairyGUI.GImage.CreateDisplayObject C# (CSharp) Method

CreateDisplayObject() protected method

protected CreateDisplayObject ( ) : void
return void
        protected override void CreateDisplayObject()
        {
            _content = new Image();
            _content.gOwner = this;
            displayObject = _content;
        }