属性

.useProfileTools : bool : Read|Write

方法

<float>getCalcTime <time>time

<float>getCalcTimeForInterval <time>timeStart <time>timeEnd

用法和示例

-- 为变量指定“MassFX 世界”辅助对象

PFX = $'MassFX 世界 01'

OK

-- 检查以查看 ProfileTools 是否已启用

PFX.useProfileTools

false

-- 启用配置文件工具

PFX.useProfileTools = true

true

-- 检查当前帧的模拟时间

PFX.getCalcTime currentTime

-- 检查动画范围的模拟时间

PFX.getCalcTimeForInterval animationRange.start animationRange.end

,