C# 클래스 WebShooter, WorldsofREM

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

공개 프로퍼티들

프로퍼티 타입 설명
gravity float
groundDamping float
inAirDamping float
playTimer float
runSpeed float
shotCooldown float
shotTimer float
webBulletPrefab GameObject

공개 메소드들

메소드 설명
Awake ( ) : void
Start ( ) : void
Update ( ) : void
onControllerCollider ( RaycastHit2D hit ) : void
onTriggerEnterEvent ( Collider2D col ) : void
onTriggerExitEvent ( Collider2D col ) : void
shootWeb ( float direction ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

onControllerCollider() 공개 메소드

public onControllerCollider ( RaycastHit2D hit ) : void
hit UnityEngine.RaycastHit2D
리턴 void

onTriggerEnterEvent() 공개 메소드

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

onTriggerExitEvent() 공개 메소드

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

shootWeb() 공개 메소드

public shootWeb ( float direction ) : void
direction float
리턴 void

프로퍼티 상세

gravity 공개적으로 프로퍼티

public float gravity
리턴 float

groundDamping 공개적으로 프로퍼티

public float groundDamping
리턴 float

inAirDamping 공개적으로 프로퍼티

public float inAirDamping
리턴 float

playTimer 공개적으로 프로퍼티

public float playTimer
리턴 float

runSpeed 공개적으로 프로퍼티

public float runSpeed
리턴 float

shotCooldown 공개적으로 프로퍼티

public float shotCooldown
리턴 float

shotTimer 공개적으로 프로퍼티

public float shotTimer
리턴 float

webBulletPrefab 공개적으로 프로퍼티

public GameObject webBulletPrefab
리턴 GameObject