Gets the transparency at the faceTextureCoordinate coordinates.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public int GetTexturePixelAlpha(
	Vector2 faceTextureCoordinate
)

Parameters

faceTextureCoordinate
Type: Vector2
The texture coordinate.

Return Value

Returns the point transparency.

See Also