visualization-tools

Home > @visualization-tools/core > IGraphicsComponentSpecification

IGraphicsComponentSpecification interface

The minimum specification of a graphics component such that IComponentRendererFactory can generate entity renderers.

Signature:

export interface IGraphicsComponentSpecification<TComponentRenderer extends TUnknownComponentRenderer> extends ICacheable 

Extends: ICacheable

Properties

Property Type Description
specification TExtractGcSpec<TComponentRenderer>  

Methods

Method Description
initialize(componentRenderer)