- cc.RotationAction = cc.RotationEffectAction
- cc.RotationEffectAction.ClassName = "RotationEffectAction"
-
- function cc.RotationEffectAction:loadFromXmlNode(xmlNode)
- self:setRoundPerSecond(xmlNode.RoundPerSecond);
- self:setRounds(xmlNode.Rounds);
- self:setReverse(xmlNode.Reverse);
- end
|