Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 505 Bytes

File metadata and controls

24 lines (18 loc) · 505 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