C# Class AddedGameObject, EgoCS

Inheritance: EgoEvent
Show file Open project: andoowhy/EgoCS Class Usage Examples

Public Properties

Property Type Description
egoComponent EgoComponent
gameObject GameObject

Public Methods

Method Description
AddedGameObject ( GameObject gameObject, EgoComponent egoComponent ) : UnityEngine

Method Details

AddedGameObject() public method

public AddedGameObject ( GameObject gameObject, EgoComponent egoComponent ) : UnityEngine
gameObject GameObject
egoComponent EgoComponent
return UnityEngine

Property Details

egoComponent public property

public EgoComponent egoComponent
return EgoComponent

gameObject public property

public GameObject gameObject
return GameObject