主题
Home > @esengine/ecs-framework-monorepo > Rectangle > inflate
扩展矩形
Signature:
inflate(amount: number): this;
Parameter
Type
Description
amount
number
扩展量(正值扩大,负值缩小)
Returns:
this
当前矩形实例(链式调用)