コード例 #1
0
 public override void OnInitialize()
 {
     base.OnInitialize();
     imageGeometry = new UIForiaGeometry();
 }
コード例 #2
0
ファイル: TextRenderBox.cs プロジェクト: klanggames/UIForia
 public TextRenderBox()
 {
     this.uniqueId = "UIForia::TextRenderBox";
     this.geometry = new UIForiaGeometry();
     this.ranges   = new StructList <GeometryRange>(4);
 }
コード例 #3
0
 public StandardRenderBox()
 {
     this.uniqueId = "UIForia::StandardRenderBox";
     this.geometry = new UIForiaGeometry();
 }