Template:KV FuncMoveLinear:zh-cn: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "<noinclude>{{lang|Template:KV FuncMoveLinear}}</noinclude> {{minititle|FuncMoveLinear}} {{KV:zh-cn|Move Direction (Pitch Yaw Roll) (movedir)|angle|实体将移动的方向。}...")
 
mNo edit summary
 
Line 2: Line 2:
{{minititle|FuncMoveLinear}}
{{minititle|FuncMoveLinear}}
{{KV:zh-cn|Move Direction (Pitch Yaw Roll) (movedir)|angle|实体将移动的方向。}}
{{KV:zh-cn|Move Direction (Pitch Yaw Roll) (movedir)|angle|实体将移动的方向。}}
{{KV:zh-cn|Start Position (startposition)|float|笔刷生成时的位置,其中 0 是起始位置,1 是''starting position(起始位置) + [move direction (移动方向) × move distance (移动距离)]''。}}
{{KV:zh-cn|Start Position (startposition)|float|笔刷生成时的位置,其中 0 是起始位置,1 是 ''starting position(起始位置) + [move direction (移动方向) * move distance (移动距离)]''。}}
{{KV:zh-cn|Speed (speed)|integer|笔刷移动的速度,单位是英寸/秒。}}
{{KV:zh-cn|Speed (speed)|integer|笔刷移动的速度,单位是英寸/秒。}}
{{KV:zh-cn|Move Distance (movedistance)|float|笔刷应该从起点移动的距离,以英寸为单位。}}
{{KV:zh-cn|Move Distance (movedistance)|float|笔刷应该从起点移动的距离,以英寸为单位。}}

Latest revision as of 13:51, 11 June 2022

FuncMoveLinear:

Move Direction (Pitch Yaw Roll) (movedir) <angle>
实体将移动的方向。
Start Position (startposition) <float>
笔刷生成时的位置,其中 0 是起始位置,1 是 starting position(起始位置) + [move direction (移动方向) * move distance (移动距离)]
Speed (speed) <integer>
笔刷移动的速度,单位是英寸/秒。
Move Distance (movedistance) <float>
笔刷应该从起点移动的距离,以英寸为单位。
Block Damage (blockdamage) <float>
每帧对阻挡笔刷(移动)的任何实体造成的伤害量。

Template:Bug:zh-cn

Sound played when the brush starts moving. (startsound) <sound>
笔刷开始移动时播放的声音。
Sound played when the brush stops moving. (stopsound) <sound>
笔刷停止移动时播放的声音。