Skip to content

構造体 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 MaxDistance

MaxDuration

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()

Released under the MIT License.