interface ILinkTriangle {
    opacity: number;
    vertices: LinkParticle[];
}

Properties

Properties

opacity: number
vertices: LinkParticle[]