C# 클래스 playerMove, Lurk2015Testing

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

공개 프로퍼티들

프로퍼티 타입 설명
baseDamage int
bottom_right Transform
cInput float
coins int
crouchPenalty float
gender bool
ground_layers LayerMask
grounded int
horizontalInput float
jumpBoostAmount float
jumpInput float
jumpStrength float
ladderClimbSpeed float
pClass Classes
pName string
pickupDistance float
speed float
top_left Transform
verticalInput float
xInput float
zInput float

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
OnTriggerEnter2D ( Collider2D col ) : void
OnTriggerExit2D ( Collider2D col ) : void
OnTriggerStay2D ( Collider2D col ) : void
Start ( ) : void
Update ( ) : void
getDirection ( ) : bool
jump ( ) : void
offLadder ( ) : void

비공개 메소드들

메소드 설명
getGender ( ) : bool

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

OnTriggerEnter2D() 공개 메소드

public OnTriggerEnter2D ( Collider2D col ) : void
col UnityEngine.Collider2D
리턴 void

OnTriggerExit2D() 공개 메소드

public OnTriggerExit2D ( Collider2D col ) : void
col UnityEngine.Collider2D
리턴 void

OnTriggerStay2D() 공개 메소드

public OnTriggerStay2D ( Collider2D col ) : void
col UnityEngine.Collider2D
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

getDirection() 공개 메소드

public getDirection ( ) : bool
리턴 bool

jump() 공개 메소드

public jump ( ) : void
리턴 void

offLadder() 공개 메소드

public offLadder ( ) : void
리턴 void

프로퍼티 상세

baseDamage 공개적으로 프로퍼티

public int baseDamage
리턴 int

bottom_right 공개적으로 프로퍼티

public Transform bottom_right
리턴 Transform

cInput 공개적으로 프로퍼티

public float cInput
리턴 float

coins 공개적으로 프로퍼티

public int coins
리턴 int

crouchPenalty 공개적으로 프로퍼티

public float crouchPenalty
리턴 float

gender 공개적으로 프로퍼티

public bool gender
리턴 bool

ground_layers 공개적으로 프로퍼티

public LayerMask ground_layers
리턴 LayerMask

grounded 공개적으로 프로퍼티

public int grounded
리턴 int

horizontalInput 공개적으로 프로퍼티

public float horizontalInput
리턴 float

jumpBoostAmount 공개적으로 프로퍼티

public float jumpBoostAmount
리턴 float

jumpInput 공개적으로 프로퍼티

public float jumpInput
리턴 float

jumpStrength 공개적으로 프로퍼티

public float jumpStrength
리턴 float

ladderClimbSpeed 공개적으로 프로퍼티

public float ladderClimbSpeed
리턴 float

pClass 공개적으로 프로퍼티

public Classes pClass
리턴 Classes

pName 공개적으로 프로퍼티

public string pName
리턴 string

pickupDistance 공개적으로 프로퍼티

public float pickupDistance
리턴 float

speed 공개적으로 프로퍼티

public float speed
리턴 float

top_left 공개적으로 프로퍼티

public Transform top_left
리턴 Transform

verticalInput 공개적으로 프로퍼티

public float verticalInput
리턴 float

xInput 공개적으로 프로퍼티

public float xInput
리턴 float

zInput 공개적으로 프로퍼티

public float zInput
리턴 float