Cloth.useGravity

var useGravity : boolean

Description

Should gravity affect the cloth simulation?

JavaScript
    // Dont use gravity on this cloth regardless if is Interactive or Skinned.
transform.GetComponent(Cloth).useGravity = false;