SA.FullBodyIKBehaviourBase.Prefix C# (CSharp) Method

Prefix() public method

public Prefix ( ) : void
return void
		public virtual void Prefix()
		{
			if( _cache_fullBodyIK == null ) {
				_cache_fullBodyIK = fullBodyIK;
			}
			if( _cache_fullBodyIK != null ) {
				_cache_fullBodyIK.Prefix( this.transform );
			}
		}