C# 클래스 StunArrowProjectile, DemonHeart

상속: Projectile
파일 보기 프로젝트 열기: rwbysafire/DemonHeart

공개 메소드들

메소드 설명
OnHit ( ) : void
StunArrowProjectile ( GameObject gameObject, Stats, stats ) : System.Collections
getDamage ( ) : float
getDuration ( ) : float
getPierceChance ( ) : float
getSpeed ( ) : float
getStunTime ( ) : float

메소드 상세

OnHit() 공개 메소드

public OnHit ( ) : void
리턴 void

StunArrowProjectile() 공개 메소드

public StunArrowProjectile ( GameObject gameObject, Stats, stats ) : System.Collections
gameObject GameObject
stats Stats,
리턴 System.Collections

getDamage() 공개 메소드

public getDamage ( ) : float
리턴 float

getDuration() 공개 메소드

public getDuration ( ) : float
리턴 float

getPierceChance() 공개 메소드

public getPierceChance ( ) : float
리턴 float

getSpeed() 공개 메소드

public getSpeed ( ) : float
리턴 float

getStunTime() 공개 메소드

public getStunTime ( ) : float
리턴 float