C# 클래스 B9PartSwitch.PartModuleExtensions

파일 보기 프로젝트 열기: blowfishpro/B9PartSwitch

공개 메소드들

메소드 설명
LogError ( this module, object message ) : void
LogInfo ( this module, object message ) : void
LogTagString ( this module ) : string
LogWarning ( this module, object message ) : void
ParsedPrefab ( this module ) : bool

메소드 상세

LogError() 공개 정적인 메소드

public static LogError ( this module, object message ) : void
module this
message object
리턴 void

LogInfo() 공개 정적인 메소드

public static LogInfo ( this module, object message ) : void
module this
message object
리턴 void

LogTagString() 공개 정적인 메소드

public static LogTagString ( this module ) : string
module this
리턴 string

LogWarning() 공개 정적인 메소드

public static LogWarning ( this module, object message ) : void
module this
message object
리턴 void

ParsedPrefab() 공개 정적인 메소드

public static ParsedPrefab ( this module ) : bool
module this
리턴 bool