C# Class Screenshot, KerbalLiveFeed

Inheritance: MonoBehaviour
Afficher le fichier Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Méthodes publiques

Свойство Type Description
description string
image byte[]
index int
player string

Méthodes publiques

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

Method Details

Screenshot() public méthode

public Screenshot ( ) : System
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

setFromByteArray() public méthode

public setFromByteArray ( byte bytes, bool meta_only = false ) : void
bytes byte
meta_only bool
Résultat void

toByteArray() public méthode

public toByteArray ( ) : byte[]
Résultat byte[]

Property Details

description public_oe property

public string description
Résultat string

image public_oe property

public byte[] image
Résultat byte[]

index public_oe property

public int index
Résultat int

player public_oe property

public string player
Résultat string