Pawn.setDiffuseColor() method

Set the diffuse color of the pawn.

Signature:

setDiffuseColor(color: number[]): void;

Parameters

ParameterDescription
colordiffuse color

Returns:

void