Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 480 Bytes

File metadata and controls

24 lines (19 loc) · 480 Bytes

SetMaterialTexture

FUNCTION SetMaterialTexture(
				VAR materialHandle : HANDLE;
				textureIndex       : LONGINT): BOOLEAN;
def vs.SetMaterialTexture(materialHandle, textureIndex):
    return (BOOLEAN, materialHandle)

Parameters

Name Type Description
materialHandle HANDLE
textureIndex LONGINT

Version

Availability: from Vectorworks 2021

Category