C# 클래스 Damage, AntsVsMice

상속: MonoBehaviour
파일 보기 프로젝트 열기: splashdamage/AntsVsMice 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
amount float
duration float
type Type

공개 메소드들

메소드 설명
Damage ( Damage, d ) : System.Collections
Damage ( Damage, type, float amount ) : System.Collections
Damage ( Damage, type, float amount, float duration ) : System.Collections

메소드 상세

Damage() 공개 메소드

public Damage ( Damage, d ) : System.Collections
d Damage,
리턴 System.Collections

Damage() 공개 메소드

public Damage ( Damage, type, float amount ) : System.Collections
type Damage,
amount float
리턴 System.Collections

Damage() 공개 메소드

public Damage ( Damage, type, float amount, float duration ) : System.Collections
type Damage,
amount float
duration float
리턴 System.Collections

프로퍼티 상세

amount 공개적으로 프로퍼티

public float amount
리턴 float

duration 공개적으로 프로퍼티

public float duration
리턴 float

type 공개적으로 프로퍼티

public Type type
리턴 Type