C# 클래스 SineDiagonalMovement, SlashRunner

Allows the object to exhibit diagonally back-and-forth movement with a velocity described by a sine wave.
상속: SineMovement
파일 보기 프로젝트 열기: matthewAURA/SlashRunner

공개 프로퍼티들

프로퍼티 타입 설명
magnitudeX float
magnitudeY float

보호된 메소드들

메소드 설명
ComputeMovement ( ) : void

메소드 상세

ComputeMovement() 보호된 최종 메소드

protected final ComputeMovement ( ) : void
리턴 void

프로퍼티 상세

magnitudeX 공개적으로 프로퍼티

Range of horizontal motion
public float magnitudeX
리턴 float

magnitudeY 공개적으로 프로퍼티

Range of horizontal motion
public float magnitudeY
리턴 float