C# Class uREPL.CompletionInfo

Mostrar archivo Open project: hecomi/uREPL Class Usage Examples

Public Properties

Property Type Description
code string
color UnityEngine.Color32
description string
mark string
prefix string

Public Methods

Method Description
CompletionInfo ( string prefix, string code, string mark, Color32 color, string description = "" ) : System

Method Details

CompletionInfo() public method

public CompletionInfo ( string prefix, string code, string mark, Color32 color, string description = "" ) : System
prefix string
code string
mark string
color UnityEngine.Color32
description string
return System

Property Details

code public_oe property

public string code
return string

color public_oe property

public Color32,UnityEngine color
return UnityEngine.Color32

description public_oe property

public string description
return string

mark public_oe property

public string mark
return string

prefix public_oe property

public string prefix
return string