C# 클래스 PCInterface, Mathius_DOE

파일 보기 프로젝트 열기: RandomNPC/Mathius_DOE 1 사용 예제들

공개 메소드들

메소드 설명
PCInterface ( GameObject instance ) : System
PollPCUpdates ( ) : void
get_using_PCI ( ) : bool
pc_resolution ( ) : int[]
set_using_PCI ( bool state ) : void

메소드 상세

PCInterface() 공개 메소드

public PCInterface ( GameObject instance ) : System
instance GameObject
리턴 System

PollPCUpdates() 공개 메소드

public PollPCUpdates ( ) : void
리턴 void

get_using_PCI() 공개 메소드

public get_using_PCI ( ) : bool
리턴 bool

pc_resolution() 공개 메소드

public pc_resolution ( ) : int[]
리턴 int[]

set_using_PCI() 공개 메소드

public set_using_PCI ( bool state ) : void
state bool
리턴 void