예제 #1
0
 public override void OnInitialize()
 {
     base.OnInitialize();
     imageGeometry = new UIForiaGeometry();
 }
예제 #2
0
 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();
 }