コード例 #1
0
ファイル: TextArea.cs プロジェクト: zyun22/QFramework
 protected override void OnGUI()
 {
     Content.Value = CrossPlatformGUILayout.TextArea(Content.Value, mStyleProperty.Value, LayoutStyles);
 }
コード例 #2
0
ファイル: TextAreaView.cs プロジェクト: crazyit/QFramework
 protected override void OnGUI()
 {
     Content.Value = CrossPlatformGUILayout.TextArea(Content.Value, GUI.skin.textArea, LayoutStyles);
 }