OutlineSettings.MaskScrollSpeed 属性

定义

定义 MaskOffset的滚动速度。 用于呈现的最终偏移量计算为 FinalOffset = MaskOffset + MaskScrollSpeed * globalTimeInSeconds。

public:
 property Microsoft::Azure::RemoteRendering::Float2 MaskScrollSpeed { Microsoft::Azure::RemoteRendering::Float2 get(); void set(Microsoft::Azure::RemoteRendering::Float2 value); };
public Microsoft.Azure.RemoteRendering.Float2 MaskScrollSpeed { get; set; }
member this.MaskScrollSpeed : Microsoft.Azure.RemoteRendering.Float2 with get, set
Public Property MaskScrollSpeed As Float2

属性值

注解

如果未设置 MaskTexture,则忽略此参数。

适用于