InteractiveCloth.AddForceAtPosition 所在位置添加力

function AddForceAtPosition (force : Vector3, position : Vector3, radius : float, mode : ForceMode = ForceMode.Force) : void

Description描述

Adds force force to all vertices of the cloth mesh which are with radius distance of position.

添加force力到布料网格的所有点,带有位置的半径距离。

也就是说,给布料网格,在position位置radius半径范围的添加力。

参见:Cloth.externalAcceleration, Cloth.randomAcceleration

最后修改:2011年3月27日 Sunday 18:45

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。