C# Class Gta5EyeTracking.Features.AnimationName

ファイルを表示 Open project: alex8b/gta5eyetracking Class Usage Examples

Public Properties

Property Type Description
Group string
Name string

Public Methods

Method Description
Equals ( AnimationName other ) : bool
GetHashCode ( ) : int

Method Details

Equals() public method

public Equals ( AnimationName other ) : bool
other AnimationName
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Group public_oe property

public string Group
return string

Name public_oe property

public string Name
return string