We want to add possibility to set atlas texture size with static meth… #166
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
box2d/Collision/b2AABB.cs#L10
'b2AABB' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
box2d/Collision/b2AABB.cs#L10
'b2AABB' defines operator == or operator != but does not override Object.GetHashCode()
|
build:
cocos2d/label_nodes/CCLabelBMFont.cs#L193
'CCLabelBMFont.Color' hides inherited member 'CCNode.Color'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
cocos2d/label_nodes/CCLabelBMFont.cs#L214
'CCLabelBMFont.DisplayedColor' hides inherited member 'CCNode.DisplayedColor'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
cocos2d/label_nodes/CCLabelBMFont.cs#L219
'CCLabelBMFont.Opacity' hides inherited member 'CCNode.Opacity'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
cocos2d/label_nodes/CCLabelBMFont.cs#L239
'CCLabelBMFont.DisplayedOpacity' hides inherited member 'CCNode.DisplayedOpacity'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
cocos2d/label_nodes/CCLabelBMFont.cs#L244
'CCLabelBMFont.IsOpacityModifyRGB' hides inherited member 'CCNode.IsOpacityModifyRGB'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
cocos2d/label_nodes/CCLabelBMFont.cs#L264
'CCLabelBMFont.CascadeColorEnabled' hides inherited member 'CCNode.CascadeColorEnabled'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
cocos2d/label_nodes/CCLabelBMFont.cs#L270
'CCLabelBMFont.CascadeOpacityEnabled' hides inherited member 'CCNode.CascadeOpacityEnabled'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
cocos2d/label_nodes/CCLabelBMFont.cs#L276
'CCLabelBMFont.UpdateDisplayedColor(CCColor3B)' hides inherited member 'CCNode.UpdateDisplayedColor(CCColor3B)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|