C# Class ForgeNetworkingEditor.ForgeEditorDisplayObject

Afficher le fichier Open project: drakelinglabs/unityarmada

Méthodes publiques

Свойство Type Description
DisplayImage UnityEngine.Texture2D
DisplayInfo string
DisplayInfoType DisplayType,
storedBytes byte[]

Méthodes publiques

Méthode Description
Display ( Rect position ) : void
ForgeEditorDisplayObject ( string info, DisplayType, type, GUIStyle bold, GUIStyle regular ) : BeardedManStudios.Network
GetAssetstore ( Rect position ) : void
GetHeader ( ) : void
GetParagraph ( ) : void
GetVideo ( Rect position ) : void
ImageReady ( ) : bool
LoadImage ( ) : void

Private Methods

Méthode Description
RetreiveImageAssetResponse ( object data ) : void
RetreiveImageResponse ( object data ) : void

Method Details

Display() public méthode

public Display ( Rect position ) : void
position Rect
Résultat void

ForgeEditorDisplayObject() public méthode

public ForgeEditorDisplayObject ( string info, DisplayType, type, GUIStyle bold, GUIStyle regular ) : BeardedManStudios.Network
info string
type DisplayType,
bold GUIStyle
regular GUIStyle
Résultat BeardedManStudios.Network

GetAssetstore() public méthode

public GetAssetstore ( Rect position ) : void
position Rect
Résultat void

GetHeader() public méthode

public GetHeader ( ) : void
Résultat void

GetParagraph() public méthode

public GetParagraph ( ) : void
Résultat void

GetVideo() public méthode

public GetVideo ( Rect position ) : void
position Rect
Résultat void

ImageReady() public méthode

public ImageReady ( ) : bool
Résultat bool

LoadImage() public méthode

public LoadImage ( ) : void
Résultat void

Property Details

DisplayImage public_oe property

public Texture2D,UnityEngine DisplayImage
Résultat UnityEngine.Texture2D

DisplayInfo public_oe property

public string DisplayInfo
Résultat string

DisplayInfoType public_oe property

public DisplayType, DisplayInfoType
Résultat DisplayType,

storedBytes public_oe property

public byte[] storedBytes
Résultat byte[]