#include <SpringBasedVegetationComponent.h>
Public 属性 | |
FRotator | AngularAcceleration = FRotator(0,0,0) |
FRotator | AngularVelocity = FRotator(0,0,0) |
bool | bIsStatic = false |
TArray< FSkeletonBone > | Bones |
TArray< int > | ChildrenIds |
float | CollisionForceProportionalFactor = 1.0f |
FVector | ExternalForces = FVector(0,0,0) |
FTransform | GlobalTransform |
FTransform | GolbalInverseTransform |
int | JointId |
FString | JointName |
float | Mass = 10.f |
int | ParentId |
FRotator | RestingAngles |
float | SpringStrength = 1000.f |
FTransform | Transform |
在文件 SpringBasedVegetationComponent.h 第 45 行定义.
FRotator FSkeletonJoint::AngularAcceleration = FRotator(0,0,0) |
在文件 SpringBasedVegetationComponent.h 第 70 行定义.
FRotator FSkeletonJoint::AngularVelocity = FRotator(0,0,0) |
在文件 SpringBasedVegetationComponent.h 第 68 行定义.
bool FSkeletonJoint::bIsStatic = false |
在文件 SpringBasedVegetationComponent.h 第 56 行定义.
TArray<FSkeletonBone> FSkeletonJoint::Bones |
在文件 SpringBasedVegetationComponent.h 第 76 行定义.
TArray<int> FSkeletonJoint::ChildrenIds |
float FSkeletonJoint::CollisionForceProportionalFactor = 1.0f |
在文件 SpringBasedVegetationComponent.h 第 80 行定义.
FVector FSkeletonJoint::ExternalForces = FVector(0,0,0) |
在文件 SpringBasedVegetationComponent.h 第 78 行定义.
FTransform FSkeletonJoint::GlobalTransform |
在文件 SpringBasedVegetationComponent.h 第 72 行定义.
FTransform FSkeletonJoint::GolbalInverseTransform |
在文件 SpringBasedVegetationComponent.h 第 74 行定义.
int FSkeletonJoint::JointId |
在文件 SpringBasedVegetationComponent.h 第 50 行定义.
FString FSkeletonJoint::JointName |
在文件 SpringBasedVegetationComponent.h 第 54 行定义.
float FSkeletonJoint::Mass = 10.f |
在文件 SpringBasedVegetationComponent.h 第 64 行定义.
int FSkeletonJoint::ParentId |
在文件 SpringBasedVegetationComponent.h 第 52 行定义.
被这些函数引用 FSkeletonHierarchy::ComputeChildrenJointsAndBones().
FRotator FSkeletonJoint::RestingAngles |
在文件 SpringBasedVegetationComponent.h 第 62 行定义.
float FSkeletonJoint::SpringStrength = 1000.f |
在文件 SpringBasedVegetationComponent.h 第 66 行定义.
FTransform FSkeletonJoint::Transform |
在文件 SpringBasedVegetationComponent.h 第 60 行定义.