Skip to main content

Cocos2D.CCScrollView


Class CCScrollView

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 CCScrollView : CCLayer, ICCSelectorProtocol, ICCFocusable, ICCTargetedTouchDelegate, ICCStandardTouchDelegate, ICCTouchDelegate, ICCKeypadDelegate, ICCKeyboardDelegate, ICCRGBAProtocol, IComparer<CCNode>, ICCAccelerometerDelegate

Inheritance

objectCCNodeCCLayerCCScrollView

Derived

CCTableView

Implements

ICCSelectorProtocol, ICCFocusable, ICCTargetedTouchDelegate, ICCStandardTouchDelegate, ICCTouchDelegate, ICCKeypadDelegate, ICCKeyboardDelegate, ICCRGBAProtocol, IComparer<CCNode>, ICCAccelerometerDelegate

Inherited Members

CCLayer.m_childClippingMode, CCLayer.Visit(), CCLayer.Init(), CCLayer.AddedToScene(), CCLayer.OnEnter(), CCLayer.OnExit(), CCLayer.OnEnterTransitionDidFinish(), CCLayer.DidAccelerate(CCAcceleration), CCLayer.ChildClippingMode, CCLayer.ContentSize, CCLayer.AccelerometerEnabled, CCNode.kCCNodeTagInvalid, CCNode.m_bIgnoreAnchorPointForPosition, CCNode.m_sTransform, CCNode.m_bInverseDirty, CCNode.m_bRunning, CCNode.m_bTransformDirty, CCNode.m_bVisible, CCNode.m_bReorderChildDirty, CCNode.m_fRotationX, CCNode.m_fRotationY, CCNode.m_fScaleX, CCNode.m_fScaleY, CCNode.m_bWorldTransformIsDirty, CCNode.m_NodeToWorldTransform, CCNode.m_fSkewX, CCNode.m_fSkewY, CCNode.m_fVertexZ, CCNode.m_uOrderOfArrival, CCNode.m_pActionManager, CCNode.m_pCamera, CCNode.m_pChildren, CCNode.m_pChildrenByTag, CCNode.m_pGrid, CCNode.m_pParent, CCNode.m_pScheduler, CCNode.pDispatcher, CCNode.m_pUserData, CCNode.m_obAnchorPoint, CCNode.m_obAnchorPointInPoints, CCNode.m_obContentSize, CCNode.m_obPosition, CCNode._displayedOpacity, CCNode._realOpacity, CCNode._displayedColor, CCNode._realColor, CCNode._cascadeColorEnabled, CCNode._cascadeOpacityEnabled, CCNode.Init(), CCNode.Serialize(Stream), CCNode.Deserialize(Stream), CCNode.ConvertPointTo(ref CCPoint, CCNode), CCNode.GetBoundingBox(CCNode), CCNode.ForceTransformRefresh(), CCNode.Update(float), CCNode.GetPosition(out float, out float), CCNode.SetPosition(float, float), CCNode.ResetCleanState(), CCNode.Cleanup(), CCNode.GetChildByTag(int), CCNode.AddChild(CCNode), CCNode.AddChild(CCNode, int), CCNode.AddChild(CCNode, int, int), CCNode.RemoveFromParent(bool), CCNode.RemoveChild(CCNode, bool), CCNode.RemoveChildByTag(int), CCNode.RemoveChildByTag(int, bool), CCNode.RemoveAllChildrenByTag(int), CCNode.RemoveAllChildrenByTag(int, bool), CCNode.RemoveAllChildren(bool), CCNode.UpdateZOrderRange(), CCNode.ReorderChild(CCNode, int), CCNode.Compare(CCNode, CCNode), CCNode.SortAllChildren(), CCNode.Draw(), CCNode.UpdateGraphIndex(), CCNode.Visit(), CCNode.Visit(ref CCAffineTransform), CCNode.VisitRenderer(ref CCAffineTransform), CCNode.TransformAncestors(), CCNode.SetTransform(CCAffineTransform), CCNode.Transform(), CCNode.UpdateDisplayedColor(CCColor3B), CCNode.UpdateDisplayedOpacity(byte), CCNode.OnEnter(), CCNode.OnEnterTransitionDidFinish(), CCNode.AddedToScene(), CCNode.OnExitTransitionDidStart(), CCNode.OnExit(), CCNode.RunAction(CCAction), CCNode.StopAllActions(), CCNode.StopAction(CCAction), CCNode.StopAction(int), CCNode.GetAction(int), CCNode.NumberOfRunningActions(), CCNode.ScheduleUpdate(), CCNode.ScheduleUpdateWithPriority(int), CCNode.UnscheduleUpdate(), CCNode.Schedule(Action<float>), CCNode.Schedule(Action<float>, float), CCNode.Schedule(Action<float>, float, uint, float), CCNode.ScheduleOnce(Action<float>, float), CCNode.Unschedule(Action<float>), CCNode.UnscheduleAllSelectors(), CCNode.UnscheduleAll(), CCNode.Resume(), CCNode.ResumeSchedulerAndActions(), CCNode.Pause(), CCNode.PauseSchedulerAndActions(), CCNode.NodeToParentTransform(), CCNode.SetTransformIsDirty(), CCNode.SetWorldTransformIsDirty(), CCNode.UpdateTransform(), CCNode.ParentToNodeTransform(), CCNode.NodeToWorldTransform(), CCNode.WorldToNodeTransform(), CCNode.ConvertToNodeSpace(CCPoint), CCNode.ConvertToWorldSpace(CCPoint), CCNode.ConvertToNodeSpaceAr(CCPoint), CCNode.ConvertToWorldSpaceAr(CCPoint), CCNode.ConvertToWindowSpace(CCPoint), CCNode.ConvertTouchToNodeSpace(CCTouch), CCNode.ConvertTouchToNodeSpaceAr(CCTouch), CCNode.RegisterWithTouchDispatcher(), CCNode.TouchesBegan(List<CCTouch>), CCNode.TouchesMoved(List<CCTouch>), CCNode.TouchesEnded(List<CCTouch>), CCNode.TouchesCancelled(List<CCTouch>), CCNode.TouchBegan(CCTouch), CCNode.TouchMoved(CCTouch), CCNode.TouchEnded(CCTouch), CCNode.TouchCancelled(CCTouch), CCNode.KeyBackClicked(), CCNode.KeyMenuClicked(), CCNode.KeyPressed(Keys), CCNode.KeyReleased(Keys), CCNode.KeyboardCurrentState(KeyboardState), CCNode.OnGamePadTriggerUpdate(float, float, PlayerIndex), CCNode.OnGamePadStickUpdate(CCGameStickStatus, CCGameStickStatus, PlayerIndex), CCNode.OnGamePadDPadUpdate(CCGamePadButtonStatus, CCGamePadButtonStatus, CCGamePadButtonStatus, CCGamePadButtonStatus, PlayerIndex), CCNode.OnGamePadConnectionUpdate(PlayerIndex, bool), CCNode.OnGamePadButtonUpdate(CCGamePadButtonStatus, CCGamePadButtonStatus, CCGamePadButtonStatus, CCGamePadButtonStatus, CCGamePadButtonStatus, CCGamePadButtonStatus, CCGamePadButtonStatus, CCGamePadButtonStatus, CCGamePadButtonStatus, PlayerIndex), CCNode.Dispose(), CCNode.Dispose(bool), CCNode.CleanUpParentsProperly(), CCNode.Color, CCNode.DisplayedColor, CCNode.Opacity, CCNode.DisplayedOpacity, CCNode.IsOpacityModifyRGB, CCNode.CascadeColorEnabled, CCNode.CascadeOpacityEnabled, CCNode.IsSerializable, CCNode.HasFocus, CCNode.CanReceiveFocus, CCNode.Tag, CCNode.UserData, CCNode.UserObject, CCNode.SkewX, CCNode.SkewY, CCNode.LocalMaxZForChildren, CCNode.LocalMInZForChildren, CCNode.ZOrder, CCNode.VertexZ, CCNode.Rotation, CCNode.RotationX, CCNode.RotationY, CCNode.Scale, CCNode.ScaleX, CCNode.ScaleY, CCNode.Position, CCNode.PositionX, CCNode.PositionY, CCNode.Children, CCNode.ChildrenCount, CCNode.Camera, CCNode.Grid, CCNode.VisibleInParent, CCNode.Visible, CCNode.AnchorPointInPoints, CCNode.AnchorPoint, CCNode.ContentSizeInPixels, CCNode.ScaledContentSize, CCNode.ContentSize, CCNode.IsRunning, CCNode.Parent, CCNode.IgnoreAnchorPointForPosition, CCNode.WorldBoundingBox, CCNode.BoundingBoxTransformedToWorld, CCNode.AffineLocalTransform, CCNode.AffineWorldTransform, CCNode.BoundingBox, CCNode.BoundingBoxInPixels, CCNode.OrderOfArrival, CCNode.AdditionalTransform, CCNode.Name, CCNode.ActionManager, CCNode.Scheduler, CCNode.TouchMode, CCNode.TouchEnabled, CCNode.VisibleForTouches, CCNode.TouchPriority, CCNode.KeypadEnabled, CCNode.KeyboardEnabled, CCNode.KeyboardMode, CCNode.GamePadEnabled, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

CCScrollView()

public CCScrollView()

CCScrollView(CCSize)

public CCScrollView(CCSize size)

Parameters

size CCSize

CCScrollView(CCSize, CCNode)

public CCScrollView(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Fields

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_bounceable

protected bool _bounceable

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_clippingToBounds

protected bool _clippingToBounds

Field Value

bool

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_container

protected CCNode _container

Field Value

CCNode

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_contentOffset

protected CCPoint _contentOffset

Field Value

CCPoint

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_delegate

protected ICCScrollViewDelegate _delegate

Field Value

ICCScrollViewDelegate

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_direction

protected CCScrollViewDirection _direction

Field Value

CCScrollViewDirection

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_dragging

protected bool _dragging

Field Value

bool

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxInset

protected CCPoint _maxInset

Field Value

CCPoint

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_maxScale

protected float _maxScale

Field Value

float

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minInset

protected CCPoint _minInset

Field Value

CCPoint

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_minScale

protected float _minScale

Field Value

float

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_scrollDistance

protected CCPoint _scrollDistance

Field Value

CCPoint

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchLength

protected float _touchLength

Field Value

float

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchMoved

protected bool _touchMoved

Field Value

bool

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touchPoint

protected CCPoint _touchPoint

Field Value

CCPoint

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_touches

protected List<CCTouch> _touches

Field Value

List<CCTouch>

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

_viewSize

protected CCSize _viewSize

Field Value

CCSize

Properties

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

Bounceable

public bool Bounceable { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

ClippingToBounds

public bool ClippingToBounds { get; set; }

Property Value

bool

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

Container

public CCNode Container { get; set; }

Property Value

CCNode

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

ContentSize

public override CCSize ContentSize { get; set; }

Property Value

CCSize

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Delegate

public ICCScrollViewDelegate Delegate { get; set; }

Property Value

ICCScrollViewDelegate

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

Direction

public CCScrollViewDirection Direction { get; set; }

Property Value

CCScrollViewDirection

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsDragging

public bool IsDragging { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

IsTouchMoved

public bool IsTouchMoved { get; }

Property Value

bool

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxContainerOffset

public CCPoint MaxContainerOffset { get; }

Property Value

CCPoint

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MaxScale

public float MaxScale { get; set; }

Property Value

float

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinContainerOffset

public CCPoint MinContainerOffset { get; }

Property Value

CCPoint

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

MinScale

public float MinScale { get; set; }

Property Value

float

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

TouchEnabled

public override bool TouchEnabled { get; set; }

Property Value

bool

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ViewSize

public CCSize ViewSize { get; set; }

Property Value

CCSize

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

ZoomScale

public float ZoomScale { get; set; }

Property Value

float

Methods

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

AddChild(CCNode, int, int)

public override void AddChild(CCNode child, int zOrder, int tag)

Parameters

child CCNode

zOrder int

tag int

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

GetContentOffset()

public CCPoint GetContentOffset()

Returns

CCPoint

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

Init()

public override bool Init()

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

InitWithViewSize(CCSize, CCNode)

protected virtual bool InitWithViewSize(CCSize size, CCNode container)

Parameters

size CCSize

container CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

IsNodeVisible(CCNode)

public bool IsNodeVisible(CCNode node)

Parameters

node CCNode

Returns

bool

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

Pause(object)

public void Pause(object sender)

Parameters

sender object

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

RegisterWithTouchDispatcher()

public override void RegisterWithTouchDispatcher()

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

Resume(object)

public void Resume(object sender)

Parameters

sender object

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffset(CCPoint)

public void SetContentOffset(CCPoint offset)

Parameters

offset CCPoint

SetContentOffset(CCPoint, bool)

public void SetContentOffset(CCPoint offset, bool animated)

Parameters

offset CCPoint

animated bool

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetContentOffsetInDuration(CCPoint, float)

public void SetContentOffsetInDuration(CCPoint offset, float dt)

Parameters

offset CCPoint

dt float

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScale(float, bool)

public void SetZoomScale(float value, bool animated)

Parameters

value float

animated bool

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

SetZoomScaleInDuration(float, float)

public void SetZoomScaleInDuration(float s, float dt)

Parameters

s float

dt float

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchBegan(CCTouch)

public override bool TouchBegan(CCTouch pTouch)

Parameters

pTouch CCTouch

Returns

bool

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchCancelled(CCTouch)

public override void TouchCancelled(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchEnded(CCTouch)

public override void TouchEnded(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

TouchMoved(CCTouch)

public override void TouchMoved(CCTouch touch)

Parameters

touch CCTouch

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()

UpdateInset()

public void UpdateInset()
  • Constructors
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
    • CCScrollView()
    • CCScrollView(CCSize)
    • CCScrollView(CCSize, CCNode)
  • Fields
    • _bounceable
    • _bounceable
    • _bounceable
    • _bounceable
    • _bounceable
    • _bounceable
    • _bounceable
    • _bounceable
    • _bounceable
    • _bounceable
    • _bounceable
    • _bounceable
    • _clippingToBounds
    • _clippingToBounds
    • _clippingToBounds
    • _clippingToBounds
    • _clippingToBounds
    • _clippingToBounds
    • _clippingToBounds
    • _clippingToBounds
    • _clippingToBounds
    • _clippingToBounds
    • _clippingToBounds
    • _clippingToBounds
    • _container
    • _container
    • _container
    • _container
    • _container
    • _container
    • _container
    • _container
    • _container
    • _container
    • _container
    • _container
    • _contentOffset
    • _contentOffset
    • _contentOffset
    • _contentOffset
    • _contentOffset
    • _contentOffset
    • _contentOffset
    • _contentOffset
    • _contentOffset
    • _contentOffset
    • _contentOffset
    • _contentOffset
    • _delegate
    • _delegate
    • _delegate
    • _delegate
    • _delegate
    • _delegate
    • _delegate
    • _delegate
    • _delegate
    • _delegate
    • _delegate
    • _delegate
    • _direction
    • _direction
    • _direction
    • _direction
    • _direction
    • _direction
    • _direction
    • _direction
    • _direction
    • _direction
    • _direction
    • _direction
    • _dragging
    • _dragging
    • _dragging
    • _dragging
    • _dragging
    • _dragging
    • _dragging
    • _dragging
    • _dragging
    • _dragging
    • _dragging
    • _dragging
    • _maxInset
    • _maxInset
    • _maxInset
    • _maxInset
    • _maxInset
    • _maxInset
    • _maxInset
    • _maxInset
    • _maxInset
    • _maxInset
    • _maxInset
    • _maxInset
    • _maxScale
    • _maxScale
    • _maxScale
    • _maxScale
    • _maxScale
    • _maxScale
    • _maxScale
    • _maxScale
    • _maxScale
    • _maxScale
    • _maxScale
    • _maxScale
    • _minInset
    • _minInset
    • _minInset
    • _minInset
    • _minInset
    • _minInset
    • _minInset
    • _minInset
    • _minInset
    • _minInset
    • _minInset
    • _minInset
    • _minScale
    • _minScale
    • _minScale
    • _minScale
    • _minScale
    • _minScale
    • _minScale
    • _minScale
    • _minScale
    • _minScale
    • _minScale
    • _minScale
    • _scrollDistance
    • _scrollDistance
    • _scrollDistance
    • _scrollDistance
    • _scrollDistance
    • _scrollDistance
    • _scrollDistance
    • _scrollDistance
    • _scrollDistance
    • _scrollDistance
    • _scrollDistance
    • _scrollDistance
    • _touchLength
    • _touchLength
    • _touchLength
    • _touchLength
    • _touchLength
    • _touchLength
    • _touchLength
    • _touchLength
    • _touchLength
    • _touchLength
    • _touchLength
    • _touchLength
    • _touchMoved
    • _touchMoved
    • _touchMoved
    • _touchMoved
    • _touchMoved
    • _touchMoved
    • _touchMoved
    • _touchMoved
    • _touchMoved
    • _touchMoved
    • _touchMoved
    • _touchMoved
    • _touchPoint
    • _touchPoint
    • _touchPoint
    • _touchPoint
    • _touchPoint
    • _touchPoint
    • _touchPoint
    • _touchPoint
    • _touchPoint
    • _touchPoint
    • _touchPoint
    • _touchPoint
    • _touches
    • _touches
    • _touches
    • _touches
    • _touches
    • _touches
    • _touches
    • _touches
    • _touches
    • _touches
    • _touches
    • _touches
    • _viewSize
    • _viewSize
    • _viewSize
    • _viewSize
    • _viewSize
    • _viewSize
    • _viewSize
    • _viewSize
    • _viewSize
    • _viewSize
    • _viewSize
    • _viewSize
  • Properties
    • Bounceable
    • Bounceable
    • Bounceable
    • Bounceable
    • Bounceable
    • Bounceable
    • Bounceable
    • Bounceable
    • Bounceable
    • Bounceable
    • Bounceable
    • Bounceable
    • ClippingToBounds
    • ClippingToBounds
    • ClippingToBounds
    • ClippingToBounds
    • ClippingToBounds
    • ClippingToBounds
    • ClippingToBounds
    • ClippingToBounds
    • ClippingToBounds
    • ClippingToBounds
    • ClippingToBounds
    • ClippingToBounds
    • Container
    • Container
    • Container
    • Container
    • Container
    • Container
    • Container
    • Container
    • Container
    • Container
    • Container
    • Container
    • ContentSize
    • ContentSize
    • ContentSize
    • ContentSize
    • ContentSize
    • ContentSize
    • ContentSize
    • ContentSize
    • ContentSize
    • ContentSize
    • ContentSize
    • ContentSize
    • Delegate
    • Delegate
    • Delegate
    • Delegate
    • Delegate
    • Delegate
    • Delegate
    • Delegate
    • Delegate
    • Delegate
    • Delegate
    • Delegate
    • Direction
    • Direction
    • Direction
    • Direction
    • Direction
    • Direction
    • Direction
    • Direction
    • Direction
    • Direction
    • Direction
    • Direction
    • IsDragging
    • IsDragging
    • IsDragging
    • IsDragging
    • IsDragging
    • IsDragging
    • IsDragging
    • IsDragging
    • IsDragging
    • IsDragging
    • IsDragging
    • IsDragging
    • IsTouchMoved
    • IsTouchMoved
    • IsTouchMoved
    • IsTouchMoved
    • IsTouchMoved
    • IsTouchMoved
    • IsTouchMoved
    • IsTouchMoved
    • IsTouchMoved
    • IsTouchMoved
    • IsTouchMoved
    • IsTouchMoved
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxContainerOffset
    • MaxScale
    • MaxScale
    • MaxScale
    • MaxScale
    • MaxScale
    • MaxScale
    • MaxScale
    • MaxScale
    • MaxScale
    • MaxScale
    • MaxScale
    • MaxScale
    • MinContainerOffset
    • MinContainerOffset
    • MinContainerOffset
    • MinContainerOffset
    • MinContainerOffset
    • MinContainerOffset
    • MinContainerOffset
    • MinContainerOffset
    • MinContainerOffset
    • MinContainerOffset
    • MinContainerOffset
    • MinContainerOffset
    • MinScale
    • MinScale
    • MinScale
    • MinScale
    • MinScale
    • MinScale
    • MinScale
    • MinScale
    • MinScale
    • MinScale
    • MinScale
    • MinScale
    • TouchEnabled
    • TouchEnabled
    • TouchEnabled
    • TouchEnabled
    • TouchEnabled
    • TouchEnabled
    • TouchEnabled
    • TouchEnabled
    • TouchEnabled
    • TouchEnabled
    • TouchEnabled
    • TouchEnabled
    • ViewSize
    • ViewSize
    • ViewSize
    • ViewSize
    • ViewSize
    • ViewSize
    • ViewSize
    • ViewSize
    • ViewSize
    • ViewSize
    • ViewSize
    • ViewSize
    • ZoomScale
    • ZoomScale
    • ZoomScale
    • ZoomScale
    • ZoomScale
    • ZoomScale
    • ZoomScale
    • ZoomScale
    • ZoomScale
    • ZoomScale
    • ZoomScale
    • ZoomScale
  • Methods
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • AddChild(CCNode, int, int)
    • GetContentOffset()
    • GetContentOffset()
    • GetContentOffset()
    • GetContentOffset()
    • GetContentOffset()
    • GetContentOffset()
    • GetContentOffset()
    • GetContentOffset()
    • GetContentOffset()
    • GetContentOffset()
    • GetContentOffset()
    • GetContentOffset()
    • Init()
    • Init()
    • Init()
    • Init()
    • Init()
    • Init()
    • Init()
    • Init()
    • Init()
    • Init()
    • Init()
    • Init()
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • InitWithViewSize(CCSize, CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • IsNodeVisible(CCNode)
    • Pause(object)
    • Pause(object)
    • Pause(object)
    • Pause(object)
    • Pause(object)
    • Pause(object)
    • Pause(object)
    • Pause(object)
    • Pause(object)
    • Pause(object)
    • Pause(object)
    • Pause(object)
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • RegisterWithTouchDispatcher()
    • Resume(object)
    • Resume(object)
    • Resume(object)
    • Resume(object)
    • Resume(object)
    • Resume(object)
    • Resume(object)
    • Resume(object)
    • Resume(object)
    • Resume(object)
    • Resume(object)
    • Resume(object)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffset(CCPoint)
    • SetContentOffset(CCPoint, bool)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetContentOffsetInDuration(CCPoint, float)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScale(float, bool)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • SetZoomScaleInDuration(float, float)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchBegan(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchCancelled(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchEnded(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • TouchMoved(CCTouch)
    • UpdateInset()
    • UpdateInset()
    • UpdateInset()
    • UpdateInset()
    • UpdateInset()
    • UpdateInset()
    • UpdateInset()
    • UpdateInset()
    • UpdateInset()
    • UpdateInset()
    • UpdateInset()
    • UpdateInset()