Table of Contents

Struct GcPointerTrace

Namespace
GameCanvas
Assembly
GameCanvas.dll

ポインターの軌跡

public struct GcPointerTrace : IEquatable<GcPointerTrace>
Implements
Inherited Members

Fields

Begin

開始時の GcPointerEvent

public GcPointerEvent Begin

Field Value

GcPointerEvent

Current

最新の GcPointerEvent

public GcPointerEvent Current

Field Value

GcPointerEvent

Distance

累計移動距離(キャンバス座標系)

public float Distance

Field Value

float

Duration

継続時間(秒)

public float Duration

Field Value

float

FrameCount

継続フレーム数

public int FrameCount

Field Value

int

Methods

Equals(GcPointerTrace)

public readonly bool Equals(GcPointerTrace other)

Parameters

other GcPointerTrace

Returns

bool