Axiom.Animating.AnimationTrack.HasNonZeroKeyFrames C# (CSharp) Method

HasNonZeroKeyFrames() public method

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
return bool
		public virtual bool HasNonZeroKeyFrames()
		{
			return true;
		}