C# 클래스 GamepadState.VibrationMotorState, volkenessen

파일 보기 프로젝트 열기: Collegiennes/volkenessen

공개 프로퍼티들

프로퍼티 타입 설명
Active bool
Duration float
EasingType EasingType
ElapsedTime float
MaximumAmount float

공개 메소드들

메소드 설명
VibrationMotorState ( double maximumAmount, float duration, EasingType easingType ) : System

메소드 상세

VibrationMotorState() 공개 메소드

public VibrationMotorState ( double maximumAmount, float duration, EasingType easingType ) : System
maximumAmount double
duration float
easingType EasingType
리턴 System

프로퍼티 상세

Active 공개적으로 프로퍼티

public bool Active
리턴 bool

Duration 공개적으로 프로퍼티

public float Duration
리턴 float

EasingType 공개적으로 프로퍼티

public EasingType EasingType
리턴 EasingType

ElapsedTime 공개적으로 프로퍼티

public float ElapsedTime
리턴 float

MaximumAmount 공개적으로 프로퍼티

public float MaximumAmount
리턴 float