C# 클래스 NewMovementScript, scriptcaster

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

공개 프로퍼티들

프로퍼티 타입 설명
delayToExtraJumpForce float
extraJumpForce float
facingRight bool
flungInAir bool
groundChecker Transform
inControl bool
initialJumpForce float
isGrounded bool
maxExtraJumpTime float
moveSpeed float
sprintDelay float
sprintMultiplier float

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
Flip ( ) : void
PlayerMovement ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
waitForFling ( ) : IEnumerator

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Flip() 공개 메소드

public Flip ( ) : void
리턴 void

PlayerMovement() 공개 메소드

public PlayerMovement ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

delayToExtraJumpForce 공개적으로 프로퍼티

public float delayToExtraJumpForce
리턴 float

extraJumpForce 공개적으로 프로퍼티

public float extraJumpForce
리턴 float

facingRight 공개적으로 프로퍼티

public bool facingRight
리턴 bool

flungInAir 공개적으로 프로퍼티

public bool flungInAir
리턴 bool

groundChecker 공개적으로 프로퍼티

public Transform groundChecker
리턴 Transform

inControl 공개적으로 프로퍼티

public bool inControl
리턴 bool

initialJumpForce 공개적으로 프로퍼티

public float initialJumpForce
리턴 float

isGrounded 공개적으로 프로퍼티

public bool isGrounded
리턴 bool

maxExtraJumpTime 공개적으로 프로퍼티

public float maxExtraJumpTime
리턴 float

moveSpeed 공개적으로 프로퍼티

public float moveSpeed
리턴 float

sprintDelay 공개적으로 프로퍼티

public float sprintDelay
리턴 float

sprintMultiplier 공개적으로 프로퍼티

public float sprintMultiplier
리턴 float