コード例 #1
0
ファイル: WidgetData.cs プロジェクト: law4x/stonevox3d
 public WidgetData()
 {
     Name = "";
     ParentID = -1;
     appearenceData = new List<AppearenceData>();
     translations = new List<WidgetTranslation>();
     Location = new Vector2Data();
     Size = new Vector2Data();
 }
コード例 #2
0
ファイル: WidgetData.cs プロジェクト: VB6Hobbyst7/stonevox3d
 public WidgetData()
 {
     Name           = "";
     ParentID       = -1;
     appearenceData = new List <AppearenceData>();
     translations   = new List <WidgetTranslation>();
     Location       = new Vector2Data();
     Size           = new Vector2Data();
 }