FlatRedBall.Glue.BehaviorManager.GetBehaviorCodeFrom C# (CSharp) Method

GetBehaviorCodeFrom() public static method

public static GetBehaviorCodeFrom ( BehaviorSave behavior ) : string
behavior FlatRedBall.Glue.SaveClasses.BehaviorSave
return string
		public static string GetBehaviorCodeFrom(BehaviorSave behavior)
		{
			return GetBehaviorCodeFrom(behavior.Name);
		}

Same methods

BehaviorManager::GetBehaviorCodeFrom ( string behaviorName ) : string