C# 클래스 BulletRaycast, ProjectPhoenix

Handles fast straight-line flying projectiles based on raycast logic
상속: NetworkBehaviour, IBullet, IPoolable
파일 보기 프로젝트 열기: Alx666/ProjectPhoenix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Damage float
MaxDistance float
Speed float

공개 메소드들

메소드 설명
Awake ( ) : void
Disable ( ) : void
Enable ( ) : void
GetDamage ( ArmorType, armor ) : float
Shoot ( Vector3 vPosition, Vector3 vDirection, Vector3 vWDirection, Actor, hOwner ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Disable() 공개 메소드

public Disable ( ) : void
리턴 void

Enable() 공개 메소드

public Enable ( ) : void
리턴 void

GetDamage() 공개 메소드

public GetDamage ( ArmorType, armor ) : float
armor ArmorType,
리턴 float

Shoot() 공개 메소드

public Shoot ( Vector3 vPosition, Vector3 vDirection, Vector3 vWDirection, Actor, hOwner ) : void
vPosition Vector3
vDirection Vector3
vWDirection Vector3
hOwner Actor,
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Damage 공개적으로 프로퍼티

public float Damage
리턴 float

MaxDistance 공개적으로 프로퍼티

public float MaxDistance
리턴 float

Speed 공개적으로 프로퍼티

public float Speed
리턴 float