LambertMaterial.TransparentColor

LambertMaterial.TransparentColor property

يحصل أو يضبط اللون الشفاف.

public Vector3 TransparentColor { get; set; }

Property Value

ال

var mat = new LambertMaterial();
mat.TransparentColor = new Vector3(0.3, 0.5, 0.2);
var mat = new LambertMaterial();
mat.setTransparentColor(new Vector3(0.3, 0.5, 0.2));

لون الشفاف.

انظر أيضًا