C# Class NewSteeringBehavior, SanityEngine

Inheritance: EditorWindow
ファイルを表示 Open project: tosos/SanityEngine Class Usage Examples

Public Properties

Property Type Description
asset SteeringBehaviorAsset,

Public Methods

Method Description
CreateBehavior ( ) : void
NewSteeringBehavior ( ) : System.Collections.Generic
OnGUI ( ) : void

Private Methods

Method Description
GetPropertyType ( System type, string &def ) : SteeringBehaviorAsset.PropertyType

Method Details

CreateBehavior() public method

public CreateBehavior ( ) : void
return void

NewSteeringBehavior() public method

public NewSteeringBehavior ( ) : System.Collections.Generic
return System.Collections.Generic

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

asset public_oe property

public SteeringBehaviorAsset, asset
return SteeringBehaviorAsset,