C# Class PCInterface, Mathius_DOE

Afficher le fichier Open project: RandomNPC/Mathius_DOE Class Usage Examples

Méthodes publiques

Méthode Description
PCInterface ( GameObject instance ) : System
PollPCUpdates ( ) : void
get_using_PCI ( ) : bool
pc_resolution ( ) : int[]
set_using_PCI ( bool state ) : void

Method Details

PCInterface() public méthode

public PCInterface ( GameObject instance ) : System
instance GameObject
Résultat System

PollPCUpdates() public méthode

public PollPCUpdates ( ) : void
Résultat void

get_using_PCI() public méthode

public get_using_PCI ( ) : bool
Résultat bool

pc_resolution() public méthode

public pc_resolution ( ) : int[]
Résultat int[]

set_using_PCI() public méthode

public set_using_PCI ( bool state ) : void
state bool
Résultat void