mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 17:56:04 +08:00
Merge branch '4.1' into 4.2-beta
This commit is contained in:
commit
42bce02619
@ -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