interface IPixiGraphicsData {
    instance: PixiGraphics;
    regObj: Point;
    strokeAlpha: number;
    strokeFill: number;
}

Hierarchy (view full)

Properties

instance: PixiGraphics
regObj: Point
strokeAlpha: number
strokeFill: number

Generated using TypeDoc