Cloth.useGravity
var useGravity: bool;
Description

Should gravity affect the cloth simulation?

	// Dont use gravity on this cloth regardless if is Interactive or Skinned.

transform.GetComponent(Cloth).useGravity = false;