C# 클래스 TagTool.TagDefinitions.TagStructureTypes

파일 보기 프로젝트 열기: TheGuardians/TagTool

공개 메소드들

메소드 설명
FindByGroupTag ( Tag groupTag ) : Type

Finds the structure type corresponding to a group tag.

FindByGroupTag ( string groupTag ) : Type

Finds the structure type corresponding to a group tag.

IsGroupTag ( string groupTag ) : bool

메소드 상세

FindByGroupTag() 공개 정적인 메소드

Finds the structure type corresponding to a group tag.
public static FindByGroupTag ( Tag groupTag ) : Type
groupTag Tag The group tag of the group to search for.
리턴 System.Type

FindByGroupTag() 공개 정적인 메소드

Finds the structure type corresponding to a group tag.
public static FindByGroupTag ( string groupTag ) : Type
groupTag string The string representation of the group tag of the group to search for.
리턴 System.Type

IsGroupTag() 공개 정적인 메소드

public static IsGroupTag ( string groupTag ) : bool
groupTag string
리턴 bool