Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
Supported angular constraint types
namespace Enums { enum class AnimPhysAngularConstraintType { Angular = 0, Cone = 1, AnimPhysAngularConstraintType_MAX = 2, }; }
public static class Enums { enum AnimPhysAngularConstraintType { Angular = 0, Cone = 1, AnimPhysAngularConstraintType_MAX = 2, }; }