Add texture to the collection

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void AddTextureToAnimation(
	PhotoPair mTexture
)
Visual Basic (Declaration)
Public Sub AddTextureToAnimation ( _
	mTexture As PhotoPair _
)
Visual C++
public:
void AddTextureToAnimation(
	PhotoPair^ mTexture
)

Parameters

mTexture
Type: GLSV..::.PhotoPair
Photopair texture

See Also