mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
Formatting
This commit is contained in:
parent
816f0d9db2
commit
d3f7483dbe
@ -557,4 +557,3 @@ void USpineWidget::SetPhysicsTimeScale(float scale) {
|
|||||||
float USpineWidget::GetPhysicsTimeScale() {
|
float USpineWidget::GetPhysicsTimeScale() {
|
||||||
return physicsTimeScale;
|
return physicsTimeScale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -218,7 +218,7 @@ public:
|
|||||||
|
|
||||||
UPROPERTY(BlueprintAssignable, Category = "Components|Spine|TrackEntry")
|
UPROPERTY(BlueprintAssignable, Category = "Components|Spine|TrackEntry")
|
||||||
FSpineAnimationDisposeDelegate AnimationDispose;
|
FSpineAnimationDisposeDelegate AnimationDispose;
|
||||||
|
|
||||||
virtual void BeginDestroy() override;
|
virtual void BeginDestroy() override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
@ -308,7 +308,7 @@ public:
|
|||||||
|
|
||||||
UFUNCTION(BlueprintCallable, Category = "Components|Spine|Skeleton")
|
UFUNCTION(BlueprintCallable, Category = "Components|Spine|Skeleton")
|
||||||
float GetPhysicsTimeScale();
|
float GetPhysicsTimeScale();
|
||||||
|
|
||||||
// used in C event callback. Needs to be public as we can't call
|
// used in C event callback. Needs to be public as we can't call
|
||||||
// protected methods from plain old C function.
|
// protected methods from plain old C function.
|
||||||
void GCTrackEntry(UTrackEntry *entry) { trackEntries.Remove(entry); }
|
void GCTrackEntry(UTrackEntry *entry) { trackEntries.Remove(entry); }
|
||||||
|
|||||||
@ -167,7 +167,7 @@ public:
|
|||||||
|
|
||||||
UFUNCTION(BlueprintCallable, Category = "Components|Spine|Skeleton")
|
UFUNCTION(BlueprintCallable, Category = "Components|Spine|Skeleton")
|
||||||
float GetPhysicsTimeScale();
|
float GetPhysicsTimeScale();
|
||||||
|
|
||||||
UPROPERTY(BlueprintAssignable, Category = "Components|Spine|Skeleton")
|
UPROPERTY(BlueprintAssignable, Category = "Components|Spine|Skeleton")
|
||||||
FSpineWidgetBeforeUpdateWorldTransformDelegate BeforeUpdateWorldTransform;
|
FSpineWidgetBeforeUpdateWorldTransformDelegate BeforeUpdateWorldTransform;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user