C# 클래스 Screenshot, KerbalLiveFeed

상속: MonoBehaviour
파일 보기 프로젝트 열기: SodiumEyes/KerbalLiveFeed 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
description string
image byte[]
index int
player string

공개 메소드들

메소드 설명
Screenshot ( ) : System
clear ( ) : void
setFromByteArray ( byte bytes, bool meta_only = false ) : void
toByteArray ( ) : byte[]

메소드 상세

Screenshot() 공개 메소드

public Screenshot ( ) : System
리턴 System

clear() 공개 메소드

public clear ( ) : void
리턴 void

setFromByteArray() 공개 메소드

public setFromByteArray ( byte bytes, bool meta_only = false ) : void
bytes byte
meta_only bool
리턴 void

toByteArray() 공개 메소드

public toByteArray ( ) : byte[]
리턴 byte[]

프로퍼티 상세

description 공개적으로 프로퍼티

public string description
리턴 string

image 공개적으로 프로퍼티

public byte[] image
리턴 byte[]

index 공개적으로 프로퍼티

public int index
리턴 int

player 공개적으로 프로퍼티

public string player
리턴 string