C# 클래스 Fire, minimal-hand

Classe representant le feu
파일 보기 프로젝트 열기: vinnik-dmitry07/minimal-hand 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fire GameObject
hand Hand

공개 메소드들

메소드 설명
Draw ( ) : void
Fire ( Hand hand, GameObject fire ) : System.Collections

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Fire() 공개 메소드

public Fire ( Hand hand, GameObject fire ) : System.Collections
hand Hand
fire GameObject
리턴 System.Collections

프로퍼티 상세

fire 공개적으로 프로퍼티

public GameObject fire
리턴 GameObject

hand 공개적으로 프로퍼티

public Hand hand
리턴 Hand