C# Class SteeringBehaviorProxy.PropProxy, SanityEngine

Show file Open project: tosos/SanityEngine

Public Properties

Property Type Description
behavior SteeringBehavior
property PropertyInfo

Public Methods

Method Description
PropProxy ( PropertyInfo prop, SteeringBehavior behavior, object defaultValue ) : System.Collections.Generic

Method Details

PropProxy() public method

public PropProxy ( PropertyInfo prop, SteeringBehavior behavior, object defaultValue ) : System.Collections.Generic
prop PropertyInfo
behavior SteeringBehavior
defaultValue object
return System.Collections.Generic

Property Details

behavior public property

public SteeringBehavior behavior
return SteeringBehavior

property public property

public PropertyInfo property
return PropertyInfo