interface FirstPersonMeshAnnotation {
    firstPersonFlag?: string;
    mesh?: number;
}

Properties

firstPersonFlag?: string
mesh?: number