C# Class UnityEngine.Networking.Match.ListMatchResponse

Inheritance: BasicResponse
Mostrar archivo Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
ListMatchResponse ( ) : System
ListMatchResponse ( List otherMatches ) : System
Parse ( object obj ) : void
ToString ( ) : string

Method Details

ListMatchResponse() public method

public ListMatchResponse ( ) : System
return System

ListMatchResponse() public method

public ListMatchResponse ( List otherMatches ) : System
otherMatches List
return System

Parse() public method

public Parse ( object obj ) : void
obj object
return void

ToString() public method

public ToString ( ) : string
return string