mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-16 03:51:37 +08:00
[csharp] More formatting changes
This commit is contained in:
parent
e69bc5562c
commit
ab64434ae7
@ -12,7 +12,7 @@ indent_style = tab
|
||||
tab_width = 4
|
||||
|
||||
# New line preferences
|
||||
end_of_line = crlf
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
#### .NET Coding Conventions ####
|
||||
|
||||
@ -51,7 +51,7 @@ namespace Spine {
|
||||
}
|
||||
|
||||
public static implicit operator Color32F (Microsoft.Xna.Framework.Color xnaColor) {
|
||||
return new Color32F(xnaColor);
|
||||
return new Color32F(xnaColor);
|
||||
}
|
||||
|
||||
public static implicit operator Microsoft.Xna.Framework.Color (Color32F c) {
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Spine {
|
||||
internal int bendDirection;
|
||||
internal bool compress, stretch;
|
||||
internal float mix, softness;
|
||||
|
||||
|
||||
public void Set (IkConstraintPose pose) {
|
||||
mix = pose.mix;
|
||||
softness = pose.softness;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user