Cocos2D.CCScaleBy
Class CCScaleBy
Namespace: Cocos2D
Assembly: Cocos2D.dll, cocos2d_mono.Core.Android.dll, cocos2d_mono.Core.DesktopGL.dll, cocos2d-mono.Core.iOS.dll, cocos2d_mono.Core.Linux.dll, cocos2d_mono.Core.macOS.dll, cocos2d_mono.Windows.dll, cocos2d_mono.DesktopGL.dll, cocos2d-mono.iOS.dll, cocos2d_mono.Linux.dll, cocos2d_mono.macOS.dll
public class CCScaleBy : CCScaleTo, ICCCopyable
Inheritance
object ← CCAction ← CCFiniteTimeAction ← CCActionInterval ← CCScaleTo ← CCScaleBy
Implements
Inherited Members
CCScaleTo.m_fDeltaX, CCScaleTo.m_fDeltaY, CCScaleTo.m_fEndScaleX, CCScaleTo.m_fEndScaleY, CCScaleTo.m_fScaleX, CCScaleTo.m_fScaleY, CCScaleTo.m_fStartScaleX, CCScaleTo.m_fStartScaleY, CCScaleTo.Copy(ICCCopyable), CCScaleTo.StartWithTarget(CCNode), CCScaleTo.Update(float), CCActionInterval.m_bFirstTick, CCActionInterval.m_elapsed, CCActionInterval.InitWithDuration(float), CCActionInterval.Copy(ICCCopyable), CCActionInterval.Step(float), CCActionInterval.StartWithTarget(CCNode), CCActionInterval.Reverse(), CCActionInterval.Elapsed, CCActionInterval.IsDone, CCActionInterval.AmplitudeRate, CCFiniteTimeAction.m_fDuration, CCFiniteTimeAction.Reverse(), CCFiniteTimeAction.Duration, CCAction.kInvalidTag, CCAction.m_nTag, CCAction.m_pOriginalTarget, CCAction.m_pTarget, CCAction.Copy(), CCAction.Copy(ICCCopyable), CCAction.StartWithTarget(CCNode), CCAction.Stop(), CCAction.Step(float), CCAction.Update(float), CCAction.Target, CCAction.OriginalTarget, CCAction.Tag, CCAction.IsDone, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
CCScaleBy(CCScaleBy)
protected CCScaleBy(CCScaleBy copy)
Parameters
copy
CCScaleBy
CCScaleBy(float, float)
public CCScaleBy(float duration, float s)
Parameters
duration
float
s
float
CCScaleBy(float, float, float)
public CCScaleBy(float duration, float sx, float sy)
Parameters
duration
float
sx
float
sy
float
Methods
Copy(ICCCopyable)
Copy/Duplicatae protocol for making a self copy of this object instance. If null is given as the parameter then selfie of this instance is returned. Otherwise, the state of this instance is copied to the given target.
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
Copy/Duplicatae protocol for making a self copy of this object instance. If null is given as the parameter then selfie of this instance is returned. Otherwise, the state of this instance is copied to the given target.
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Copy(ICCCopyable)
public override object Copy(ICCCopyable zone)
Parameters
zone
ICCCopyable
Returns
Reverse()
Does nothing by default.
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
Does nothing by default.
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
public override CCFiniteTimeAction Reverse()
Returns
Reverse()
public override CCFiniteTimeAction Reverse()
Returns
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode
StartWithTarget(CCNode)
protected override void StartWithTarget(CCNode target)
Parameters
target
CCNode