예제 #1
0
파일: Effect5.cs 프로젝트: h7ing/CocosSharp
        public override void OnEnter()
        {
            base.OnEnter();

            //CCDirector::sharedDirector()->setProjection(CCDirectorProjection2D);

			var effect = new CCLiquid (2, new CCGridSize(32, 24), 1, 20);

			var bg = bgNode;
			bg.RunActions(effect, new CCDelayTime (2), new CCStopGrid());
        }
예제 #2
0
 public CCLiquidState(CCLiquid action, CCNode target) : base(action, target)
 {
     Waves = action.Waves;
 }
예제 #3
0
 public CCLiquidState (CCLiquid action, CCNode target) : base (action, target)
 {
     Waves = action.Waves;
 }