mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +08:00
Formatting
This commit is contained in:
parent
f540dd4985
commit
fd0c20a2c7
@ -34,7 +34,7 @@ import { ConstraintData } from "./ConstraintData.js";
|
|||||||
/** Stores the setup pose for a {@link PhysicsConstraint}.
|
/** Stores the setup pose for a {@link PhysicsConstraint}.
|
||||||
* <p>
|
* <p>
|
||||||
* See <a href="http://esotericsoftware.com/spine-physics-constraints">Physics constraints</a> in the Spine User Guide. */
|
* See <a href="http://esotericsoftware.com/spine-physics-constraints">Physics constraints</a> in the Spine User Guide. */
|
||||||
export class PhysicsConstraintData extends ConstraintData {
|
export class PhysicsConstraintData extends ConstraintData {
|
||||||
private _bone: BoneData | null = null;
|
private _bone: BoneData | null = null;
|
||||||
/** The bone constrained by this physics constraint. */
|
/** The bone constrained by this physics constraint. */
|
||||||
public set bone (boneData: BoneData) { this._bone = boneData; }
|
public set bone (boneData: BoneData) { this._bone = boneData; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user