SA.FullBodyIKBehaviourBase.OnDestroy C# (CSharp) Method

OnDestroy() protected method

protected OnDestroy ( ) : void
return void
		protected virtual void OnDestroy()
		{
			if( _cache_fullBodyIK == null ) {
				_cache_fullBodyIK = fullBodyIK;
			}
			if( _cache_fullBodyIK != null ) {
				_cache_fullBodyIK.Destroy();
			}
		}