コード例 #1
0
        public bool Render()
        {
            propertyBox.ShouldDisplayComponent = false;
            propertyBox.OnGUI();

            return(true);
        }
コード例 #2
0
        public bool Render()
        {
            property.OnGUI();

            return(true);
        }