Example #1
0
		/// <summary>Returns whether or not this mesh has some kind of vertex animation.</summary>
		public bool HasAnimationState( AnimationStateSet animSet, string name )
		{
			return animSet.HasAnimationState( name );
		}