VS:SetShaderRecord

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Sets the texture's shader record to this record. Will delete any records of the same family if they are already attached to the texture.

FUNCTION SetShaderRecord(
texture :HANDLE;
shaderRecord :HANDLE) : BOOLEAN;
def vs.SetShaderRecord(texture, shaderRecord):
    return BOOLEAN

Parameters

texture HANDLE
shaderRecord HANDLE

Remarks


DELETE THIS RECORD! -DLD 12/3/2002