mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[csharp] Minor: corrected comment format.
This commit is contained in:
parent
b85af7fd92
commit
4874c938b0
@ -70,7 +70,7 @@ namespace Spine {
|
|||||||
mix = data.mix;
|
mix = data.mix;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Copy constructor. */
|
/// <summary>Copy constructor.</summary>
|
||||||
public PhysicsConstraint (PhysicsConstraint constraint) {
|
public PhysicsConstraint (PhysicsConstraint constraint) {
|
||||||
if (constraint == null) throw new ArgumentNullException("constraint", "constraint cannot be null.");
|
if (constraint == null) throw new ArgumentNullException("constraint", "constraint cannot be null.");
|
||||||
data = constraint.data;
|
data = constraint.data;
|
||||||
@ -274,7 +274,7 @@ namespace Spine {
|
|||||||
public bool Active { get { return active; } }
|
public bool Active { get { return active; } }
|
||||||
|
|
||||||
|
|
||||||
/** The physics constraint's setup pose data. */
|
/// <summary>The physics constraint's setup pose data.</summary>
|
||||||
public PhysicsConstraintData getData () {
|
public PhysicsConstraintData getData () {
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user