C# Class Sparrow.Samples.Android.BunnyMarkSimple

Inheritance: Sparrow.Display.Sprite
Mostrar archivo Open project: fmotagarcia/sparrow-sharp

Public Methods

Method Description
BunnyMarkSimple ( int count = 100, Rectangle rect = null ) : System
Stop ( ) : void

Private Methods

Method Description
AddBunny ( ) : void
AddedToStageHandler ( DisplayObject target, DisplayObject currentTarget ) : void
EnterFrameHandler ( DisplayObject target, float passedTime ) : void
MyTouchHandler ( TouchEvent touch ) : void
RemoveBunny ( ) : void

Method Details

BunnyMarkSimple() public method

public BunnyMarkSimple ( int count = 100, Rectangle rect = null ) : System
count int
rect Sparrow.Geom.Rectangle
return System

Stop() public method

public Stop ( ) : void
return void