Example #1
0
 void _PresetEffectorLocation(EffectorLocation effectorLocation)
 {
     _isPresetted      = true;
     _effectorLocation = effectorLocation;
     _effectorType     = ToEffectorType(effectorLocation);
     _effectorFlags    = _GetEffectorFlags(_effectorType);
 }
Example #2
0
			void _PresetEffectorLocation( EffectorLocation effectorLocation )
			{
				_isPresetted = true;
				_effectorLocation = effectorLocation;
				_effectorType = ToEffectorType( effectorLocation );
				_effectorFlags = _GetEffectorFlags( _effectorType );
			}