C# 클래스 BulletInfo, urban-survivors

파일 보기 프로젝트 열기: exdev/urban-survivors 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FX_HIT_building GameObject
lifeTime float
matActiveReload Material
matNormal Material
ownerDamageInfo DamageInfo
speed float

보호된 프로퍼티들

프로퍼티 타입 설명
counter float
fxHitBuilding GameObject

비공개 메소드들

메소드 설명
Awake ( ) : void
OnTriggerEnter ( Collider _other ) : void
Start ( ) : void
Update ( ) : void

프로퍼티 상세

FX_HIT_building 공개적으로 프로퍼티

public GameObject FX_HIT_building
리턴 GameObject

counter 보호되어 있는 프로퍼티

protected float counter
리턴 float

fxHitBuilding 보호되어 있는 정적으로 프로퍼티

protected static GameObject fxHitBuilding
리턴 GameObject

lifeTime 공개적으로 프로퍼티

public float lifeTime
리턴 float

matActiveReload 공개적으로 프로퍼티

public Material matActiveReload
리턴 Material

matNormal 공개적으로 프로퍼티

public Material matNormal
리턴 Material

ownerDamageInfo 공개적으로 프로퍼티

public DamageInfo ownerDamageInfo
리턴 DamageInfo

speed 공개적으로 프로퍼티

public float speed
리턴 float