C# Class Screenshot, KerbalLiveFeed

Inheritance: MonoBehaviour
Show file Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Public Properties

Property Type Description
description string
image byte[]
index int
player string

Public Methods

Method Description
Screenshot ( ) : System
clear ( ) : void
setFromByteArray ( byte bytes, bool meta_only = false ) : void
toByteArray ( ) : byte[]

Method Details

Screenshot() public method

public Screenshot ( ) : System
return System

clear() public method

public clear ( ) : void
return void

setFromByteArray() public method

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

toByteArray() public method

public toByteArray ( ) : byte[]
return byte[]

Property Details

description public property

public string description
return string

image public property

public byte[] image
return byte[]

index public property

public int index
return int

player public property

public string player
return string