次の方法で共有


InteractionTracker.MaxScale プロパティ

定義

InteractionTracker の最大スケール。

public:
 property float MaxScale { float get(); void set(float value); };
float MaxScale();

void MaxScale(float value);
public float MaxScale { get; set; }
var single = interactionTracker.maxScale;
interactionTracker.maxScale = single;
Public Property MaxScale As Single

プロパティ値

Single

float

InteractionTracker の最大スケール。

適用対象