C# 클래스 conesearch2, Left4Bread

상속: Character
파일 보기 프로젝트 열기: andresg6/Left4Bread

공개 프로퍼티들

프로퍼티 타입 설명
alert bool
invincible bool
invincibleTime float
maxspeed float
speed float
timehit float

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
Movement ( Vector3 position ) : void
OnCollision ( Character, other ) : void
OnCollisionStay2D ( Collision2D other ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
Flasher ( ) : IEnumerator

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Movement() 공개 메소드

public Movement ( Vector3 position ) : void
position Vector3
리턴 void

OnCollision() 공개 메소드

public OnCollision ( Character, other ) : void
other Character,
리턴 void

OnCollisionStay2D() 공개 메소드

public OnCollisionStay2D ( Collision2D other ) : void
other Collision2D
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

alert 공개적으로 프로퍼티

public bool alert
리턴 bool

invincible 공개적으로 프로퍼티

public bool invincible
리턴 bool

invincibleTime 공개적으로 프로퍼티

public float invincibleTime
리턴 float

maxspeed 공개적으로 프로퍼티

public float maxspeed
리턴 float

speed 공개적으로 프로퍼티

public float speed
리턴 float

timehit 공개적으로 프로퍼티

public float timehit
리턴 float