構造体 GcTapSettings
Namespace: GameCanvas
csharp
public struct GcTapSettings : System.IEquatable<GcTapSettings>タップ感度の設定
継承元
System.IEquatable<GcTapSettings>
コンストラクター
GcTapSettings(float, float)
csharp
public GcTapSettings(in float maxDistance, in float maxDuration)フィールド
Default
csharp
public static readonly GcTapSettings Default = new(25f, 0.125f)MaxDistance
csharp
public float MaxDistanceMaxDuration
csharp
public float MaxDurationメソッド
Equals(GcTapSettings)
csharp
public readonly bool Equals(GcTapSettings other)Equals(object)
csharp
public override readonly bool Equals(object obj)GetHashCode()
csharp
public override readonly int GetHashCode()ToString()
csharp
public override readonly string ToString()