BBGamelib.CCAnimate.CCAnimate C# (CSharp) Method

CCAnimate() public method

public CCAnimate ( CCAnimation animation ) : UnityEngine
animation CCAnimation
return UnityEngine
		public CCAnimate(CCAnimation animation){
			initWithAnimation (animation);		
		}