Documentation - v19.2.0-dev
    Preparing search index...

    Interface SerializedLineSegments

    interface SerializedLineSegments {
        geometryType: GeometryType;
        isInMeshGroup: boolean;
        isMeshGroup: boolean;
        isSeriaLizedLineSegments: true;
        isSerializedObject3D: true;
        material: SerializedLineBasicMaterial;
        matrixWorld: SerializedMatrix4;
        name: string;
        parentUuid: string | null;
        userData: AnyObject;
        uuid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    geometryType: GeometryType
    isInMeshGroup: boolean
    isMeshGroup: boolean
    isSeriaLizedLineSegments: true
    isSerializedObject3D: true
    material: SerializedLineBasicMaterial
    matrixWorld: SerializedMatrix4
    name: string
    parentUuid: string | null
    userData: AnyObject
    uuid: string