Microsoft SDK for Java

setDecalTransparency

This method of the Direct3dRMTexture Class sets the transparency property of the decal.

Syntax

public void setDecalTransparency(int trans);

Parameters

trans If this parameter is true, the decal has a transparent color. If it is false, it has an opaque color.

Remarks

By default, the initial transparency property is false.

See Also

getDecalTransparency

© 1999 Microsoft Corporation. All rights reserved. Terms of use.