Interface DebugStroke

params for debug type

interface DebugStroke {
    alpha: number;
    color: number;
    width: number;
}

Properties

Properties

alpha: number
color: number
width: number