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
1121a1de61
commit
3493de7fe8
@ -53,7 +53,10 @@ public:
|
|||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Spine)
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Spine)
|
||||||
USpineSkeletonDataAsset *SkeletonData;
|
USpineSkeletonDataAsset *SkeletonData;
|
||||||
|
|
||||||
spine::Skeleton *GetSkeleton() { CheckState(); return skeleton; };
|
spine::Skeleton *GetSkeleton() {
|
||||||
|
CheckState();
|
||||||
|
return skeleton;
|
||||||
|
};
|
||||||
|
|
||||||
UFUNCTION(BlueprintPure, Category = "Components|Spine|Skeleton")
|
UFUNCTION(BlueprintPure, Category = "Components|Spine|Skeleton")
|
||||||
void GetSkins(TArray<FString> &Skins);
|
void GetSkins(TArray<FString> &Skins);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user