mirror of
				https://github.com/szrpf/ActionShadowDemo.git
				synced 2025-11-04 05:15:44 +00:00 
			
		
		
		
	Signed-off-by: szrpf <27185709@qq.com>
This commit is contained in:
		@@ -98,6 +98,7 @@ export default class ActionShadow extends cc.Component {
 | 
			
		||||
        this.nodeOpacity = this.node.opacity;
 | 
			
		||||
        this.model = this.node.getComponent(cc.Animation);
 | 
			
		||||
        this.model && (this.model.currentClip = this.model.defaultClip);
 | 
			
		||||
        this.node['_updateWorldMatrix']();
 | 
			
		||||
        this.updateShadowNum();
 | 
			
		||||
        this.updateDeltTime();
 | 
			
		||||
        this.updateShadowData();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user