C# Class BBBasicTouchManipulation, KinActor_project

Inheritance: BBSimpleTouchableObject
显示文件 Open project: RecipientCollective/KinActor_project

Public Properties

Property Type Description
allowDrag bool
allowRotate bool
allowScale bool
maximumScale float
minimumScale float

Protected Properties

Property Type Description
pivot GameObject

Public Methods

Method Description
handleDoubleTouch ( ArrayList events ) : void
handleSingleTouch ( iPhoneTouch touch ) : void
touchMovementVector ( iPhoneTouch touch ) : Vector3

Protected Methods

Method Description
endPivot ( ) : void
startPivot ( Vector3 pivotPosition ) : void

Method Details

endPivot() protected method

protected endPivot ( ) : void
return void

handleDoubleTouch() public method

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

handleSingleTouch() public method

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

startPivot() protected method

protected startPivot ( Vector3 pivotPosition ) : void
pivotPosition Vector3
return void

touchMovementVector() public method

public touchMovementVector ( iPhoneTouch touch ) : Vector3
touch iPhoneTouch
return Vector3

Property Details

allowDrag public_oe property

public bool allowDrag
return bool

allowRotate public_oe property

public bool allowRotate
return bool

allowScale public_oe property

public bool allowScale
return bool

maximumScale public_oe property

public float maximumScale
return float

minimumScale public_oe property

public float minimumScale
return float

pivot protected_oe property

protected GameObject pivot
return GameObject