C# 클래스 AlienAnimation, AwesomeGameInSpace

상속: RagdollAnimation
파일 보기 프로젝트 열기: ZPZ-Gr2/AwesomeGameInSpace 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
syfDropAmount int
syfPrefab GameObject

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DealDamage ( BodyPart, bodyPart, float rawDamage ) : void
FixedUpdate ( ) : void
Kill ( ) : void
Start ( ) : void

메소드 상세

DealDamage() 공개 메소드

public DealDamage ( BodyPart, bodyPart, float rawDamage ) : void
bodyPart BodyPart,
rawDamage float
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

syfDropAmount 공개적으로 프로퍼티

public int syfDropAmount
리턴 int

syfPrefab 공개적으로 프로퍼티

public GameObject syfPrefab
리턴 GameObject