C# Class TriggerArgs, tf_client

Declaration of trigger arguement, adding trigger into dictionary
Inheritance: EventArgs
Show file Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
TriggerDictionary object>.Dictionary
node LinkedListNode

Public Methods

Method Description
TriggerArgs ( object item ) : UnityEngine

Method Details

TriggerArgs() public method

public TriggerArgs ( object item ) : UnityEngine
item object
return UnityEngine

Property Details

TriggerDictionary public property

public Dictionary TriggerDictionary
return object>.Dictionary

node public property

public LinkedListNode node
return LinkedListNode