VisualInteractionSource.DeltaScale 属性

定义

在即将到来的帧期间要应用的缩放更改量。 乘法。 默认值为 1。 只能通过表达式/动画读取。

public:
 property float DeltaScale { float get(); };
float DeltaScale();
public float DeltaScale { get; }
var single = visualInteractionSource.deltaScale;
Public ReadOnly Property DeltaScale As Single

属性值

Single

float

视觉对象交互源的规模更改。

适用于