Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 477 Bytes

File metadata and controls

25 lines (18 loc) · 477 Bytes

EditShaderRecord

Description

Brings up the edit shader dialog for this shader. Returns true if the user pressed the OK button to dismiss the dialog.

FUNCTION EditShaderRecord(shaderRecord : HANDLE): BOOLEAN;
def vs.EditShaderRecord(shaderRecord):
    return BOOLEAN

Parameters

Name Type Description
shaderRecord HANDLE The shader record to edit.

Version

Availability: from VectorWorks10.1

Category

  • Textures