staticState

Usage

cloth.staticState= value
Access:
Get/Set

Type:
Boolean

Description

This property sets the cloth as static thus removing the cloth from the simulation.

Example

--Lingo Syntax 
cloth.staticState = true 
//Javascript syntax 
cloth.staticState = 1;

See also

putToSleep