Engine API Reference - v2.6.1
    Preparing search index...

    Interface PlyElement

    interface PlyElement {
        count: number;
        name: string;
        properties: PlyProperty[];
    }
    Index

    Properties

    Properties

    count: number

    Given count.

    name: string

    E.g. 'vertex'.

    properties: PlyProperty[]

    The properties.