C# Class PhotonViewID, source

Mostrar archivo Open project: unityosgt/source Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object p ) : bool
GetHashCode ( ) : int
PhotonViewID ( int ID, PhotonPlayer, owner )
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object p ) : bool
p object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PhotonViewID() public method

public PhotonViewID ( int ID, PhotonPlayer, owner )
ID int
owner PhotonPlayer,

ToString() public method

public ToString ( ) : string
return string