C# Class DRObjects.Actor

Afficher le fichier Open project: Haedrian/Divine-Right Class Usage Examples

Méthodes publiques

Méthode Description
Actor ( ) : System
Equals ( object obj ) : bool

Two LocalActors are considered equal if they share the same UniqueID

Method Details

Actor() public méthode

public Actor ( ) : System
Résultat System

Equals() public méthode

Two LocalActors are considered equal if they share the same UniqueID
public Equals ( object obj ) : bool
obj object
Résultat bool