C# 클래스 MarioObjects.Objects.BaseObjects.AnimatedGraphicObject

상속: StaticGraphicObject
파일 보기 프로젝트 열기: jazzyjester/Mario-Game

공개 프로퍼티들

프로퍼티 타입 설명
Animated System.Boolean
AnimatedCount int

공개 메소드들

메소드 설명
AnimatedGraphicObject ( ObjectType Type ) : System
Draw ( ) : void
OnAnimate ( Object sender, EventArgs e ) : void

메소드 상세

AnimatedGraphicObject() 공개 메소드

public AnimatedGraphicObject ( ObjectType Type ) : System
Type ObjectType
리턴 System

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

OnAnimate() 공개 메소드

public OnAnimate ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void

프로퍼티 상세

Animated 공개적으로 프로퍼티

public Boolean,System Animated
리턴 System.Boolean

AnimatedCount 공개적으로 프로퍼티

public int AnimatedCount
리턴 int