@equinor/esv-intersection
Version:
Intersection component package with testing and automatic documentation.
17 lines • 618 B
TypeScript
import { Point, Mesh, Texture } from 'pixi.js';
/**
* The UniformTextureStretchRope allows you to draw a texture across several points and then manipulate these points
*/
export declare class UniformTextureStretchRope extends Mesh {
/**
* re-calculate vertices by rope points each frame
* @member {boolean}
*/
autoUpdate: boolean;
/**
* @param texture - The texture to use on the rope.
* @param points - An array of {@link Point} objects to construct this rope.
*/
constructor(texture: Texture, points: Point[]);
}
//# sourceMappingURL=UniformTextureStretchRope.d.ts.map