Axiom.Animating.AnimationTrack.HasNonZeroKeyFrames C# (CSharp) Метод

HasNonZeroKeyFrames() публичный Метод

Method to determine if this track has any KeyFrames which are doing anything useful - can be used to determine if this track can be optimised out.
public HasNonZeroKeyFrames ( ) : bool
Результат bool
		public virtual bool HasNonZeroKeyFrames()
		{
			return true;
		}