UVProperty.PinComponents
 
 
 

UVProperty.PinComponents

Introduced

v10.0 (2012)

Description

Mark specific components referenced by this UV property as pinned.

C# Syntax

UVProperty.PinComponents( Object components );

Scripting Syntax

UVProperty.PinComponents( Components );

Parameters

Parameter Type Description
Components Array of components to pin.

See Also

UVProperty.PinAllComponents UVProperty.UnPinAllComponents UVProperty.UnPinComponents