C# 클래스 TriggerArgs, tf_client

Declaration of trigger arguement, adding trigger into dictionary
상속: EventArgs
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TriggerDictionary object>.Dictionary
node LinkedListNode

공개 메소드들

메소드 설명
TriggerArgs ( object item ) : UnityEngine

메소드 상세

TriggerArgs() 공개 메소드

public TriggerArgs ( object item ) : UnityEngine
item object
리턴 UnityEngine

프로퍼티 상세

TriggerDictionary 공개적으로 프로퍼티

public Dictionary TriggerDictionary
리턴 object>.Dictionary

node 공개적으로 프로퍼티

public LinkedListNode node
리턴 LinkedListNode