C# 클래스 Vtj.Contest.Shooter.Dino

상속: Vtj.Gaming.GameObject
파일 보기 프로젝트 열기: Ventajou/Space-Dinosaurs

공개 프로퍼티들

프로퍼티 타입 설명
Dead bool
Gone bool
Locked bool

보호된 프로퍼티들

프로퍼티 타입 설명
Life int
Motion IMotion

공개 메소드들

메소드 설명
Dino ( IMotion motion ) : System
Dispose ( ) : void
Hit ( int strength ) : void
Update ( ) : void

메소드 상세

Dino() 공개 메소드

public Dino ( IMotion motion ) : System
motion IMotion
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Hit() 공개 메소드

public Hit ( int strength ) : void
strength int
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Dead 공개적으로 프로퍼티

public bool Dead
리턴 bool

Gone 공개적으로 프로퍼티

public bool Gone
리턴 bool

Life 보호되어 있는 프로퍼티

protected int Life
리턴 int

Locked 공개적으로 프로퍼티

public bool Locked
리턴 bool

Motion 보호되어 있는 프로퍼티

protected IMotion Motion
리턴 IMotion