public gxtDrawable(gxtIEntity entity, Color colorOverlay, bool visible = true, float renderDepth = 0.5f) { this.visible = visible; this.renderDepth = renderDepth; this.colorOverlay = colorOverlay; this.entity = entity; }
public gxtSharedDrawable(gxtIEntity entity, gxtSharedRenderProperties renderProperties) { this.entity = entity; this.renderProperties = renderProperties; }
public gxtSharedDrawable(gxtIEntity entity) { this.entity = entity; }