public override void OnInitialize() { base.OnInitialize(); imageGeometry = new UIForiaGeometry(); }
public TextRenderBox() { this.uniqueId = "UIForia::TextRenderBox"; this.geometry = new UIForiaGeometry(); this.ranges = new StructList <GeometryRange>(4); }
public StandardRenderBox() { this.uniqueId = "UIForia::StandardRenderBox"; this.geometry = new UIForiaGeometry(); }