C# 클래스 Touhou.ExampleSprite.ExampleSprite.Item

상속: Microsoft.Xna.Framework.Graphics.Sprite
파일 보기 프로젝트 열기: schedule-productions/Touhou

공개 프로퍼티들

프로퍼티 타입 설명
autoCollect bool

공개 메소드들

메소드 설명
Item ( string i, Vector2 p, float s ) : System
update ( ) : bool

메소드 상세

Item() 공개 메소드

public Item ( string i, Vector2 p, float s ) : System
i string
p Vector2
s float
리턴 System

update() 공개 메소드

public update ( ) : bool
리턴 bool

프로퍼티 상세

autoCollect 공개적으로 프로퍼티

public bool autoCollect
리턴 bool