C# 클래스 SineMovement, SlashRunner

상속: MonoBehaviour
파일 보기 프로젝트 열기: matthewAURA/SlashRunner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
magnitude float

보호된 프로퍼티들

프로퍼티 타입 설명
newPosition Vector3
origX float
origY float
timer float

공개 메소드들

메소드 설명
Start ( ) : void

보호된 메소드들

메소드 설명
UpdateMovement ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

UpdateMovement() 보호된 최종 메소드

protected final UpdateMovement ( ) : void
리턴 void

프로퍼티 상세

magnitude 공개적으로 프로퍼티

Range of sine motion
public float magnitude
리턴 float

newPosition 보호되어 있는 프로퍼티

protected Vector3 newPosition
리턴 Vector3

origX 보호되어 있는 프로퍼티

protected float origX
리턴 float

origY 보호되어 있는 프로퍼티

protected float origY
리턴 float

timer 보호되어 있는 프로퍼티

protected float timer
리턴 float