Interface INickName

interface INickName {
    fontColor?: string;
    nickName: string;
    offset?: IPoint;
    scale?: IScaling;
}

Properties

fontColor?: string
nickName: string
offset?: IPoint
scale?: IScaling

Generated using TypeDoc