C# Class TagTool.TagDefinitions.TagStructureTypes

ファイルを表示 Open project: TheGuardians/TagTool

Public Methods

Method Description
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

Method Details

FindByGroupTag() public static method

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.
return System.Type

FindByGroupTag() public static method

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.
return System.Type

IsGroupTag() public static method

public static IsGroupTag ( string groupTag ) : bool
groupTag string
return bool