C# Class Komodo.Runtime.Interaction

显示文件 Open project: gelic-idealab/komodo-unity

Public Properties

Property Type Description
interactionType int
sourceEntity_id int
targetEntity_id int

Public Methods

Method Description
Interaction ( int sourceEntity_id, int targetEntity_id, int interactionType )

Method Details

Interaction() public method

public Interaction ( int sourceEntity_id, int targetEntity_id, int interactionType )
sourceEntity_id int
targetEntity_id int
interactionType int

Property Details

interactionType public_oe property

public int interactionType
return int

sourceEntity_id public_oe property

public int sourceEntity_id
return int

targetEntity_id public_oe property

public int targetEntity_id
return int