C# Class BBSimpleTouchableObject, KinActor_project

Inheritance: MonoBehaviour
ファイルを表示 Open project: RecipientCollective/KinActor_project

Protected Properties

Property Type Description
renderingCamera Camera

Public Methods

Method Description
checkForTouches ( ) : void
distributeTouches ( ) : void
handleDoubleTouch ( ArrayList touches ) : void
handleManyTouches ( ArrayList touches ) : void
handleSingleTouch ( iPhoneTouch aTouch ) : void
noTouches ( ) : void
startup ( ) : void

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

checkForTouches() public method

public checkForTouches ( ) : void
return void

distributeTouches() public method

public distributeTouches ( ) : void
return void

handleDoubleTouch() public method

public handleDoubleTouch ( ArrayList touches ) : void
touches ArrayList
return void

handleManyTouches() public method

public handleManyTouches ( ArrayList touches ) : void
touches ArrayList
return void

handleSingleTouch() public method

public handleSingleTouch ( iPhoneTouch aTouch ) : void
aTouch iPhoneTouch
return void

noTouches() public method

public noTouches ( ) : void
return void

startup() public method

public startup ( ) : void
return void

Property Details

renderingCamera protected_oe property

protected Camera renderingCamera
return Camera