AnimationClip.frameRatevar frameRate : floatDescriptionFrame rate at which keyframes are sampled (Read Only) This is the frame rate that was used in the animation program you used to create the animation or model.
JavaScript
// Prints the frame rate of the animation clip to the console using UnityEngine; import UnityEngine |
