C# Class BBGamelib.CCBezierBy

Inheritance: CCActionInterval
Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Protected Properties

Свойство Type Description
_config ccBezierConfig
_previousPosition Vector2
_startPosition Vector2

Méthodes publiques

Méthode Description
CCBezierBy ( float t, ccBezierConfig c ) : UnityEngine
initWithDuration ( float t, ccBezierConfig c ) : void
startWithTarget ( object aTarget ) : void
update ( float t ) : void

Méthodes protégées

Méthode Description
copyImpl ( ) : CCAction
reverseImpl ( ) : CCAction

Private Methods

Méthode Description
bezierat ( float a, float b, float c, float d, float t ) : float

Method Details

CCBezierBy() public méthode

public CCBezierBy ( float t, ccBezierConfig c ) : UnityEngine
t float
c ccBezierConfig
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

initWithDuration() public méthode

public initWithDuration ( float t, ccBezierConfig c ) : void
t float
c ccBezierConfig
Résultat void

reverseImpl() protected méthode

protected reverseImpl ( ) : CCAction
Résultat CCAction

startWithTarget() public méthode

public startWithTarget ( object aTarget ) : void
aTarget object
Résultat void

update() public méthode

public update ( float t ) : void
t float
Résultat void

Property Details

_config protected_oe property

protected ccBezierConfig,BBGamelib _config
Résultat ccBezierConfig

_previousPosition protected_oe property

protected Vector2 _previousPosition
Résultat Vector2

_startPosition protected_oe property

protected Vector2 _startPosition
Résultat Vector2