C# Class PCInterface, Mathius_DOE

Show file Open project: RandomNPC/Mathius_DOE Class Usage Examples

Public Methods

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

Method Details

PCInterface() public method

public PCInterface ( GameObject instance ) : System
instance GameObject
return System

PollPCUpdates() public method

public PollPCUpdates ( ) : void
return void

get_using_PCI() public method

public get_using_PCI ( ) : bool
return bool

pc_resolution() public method

public pc_resolution ( ) : int[]
return int[]

set_using_PCI() public method

public set_using_PCI ( bool state ) : void
state bool
return void