C# Class UnityEditor.AssetStoreContext.Link

显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
id string
type string

Public Methods

Method Description
Initialize ( UnityEditorInternal.JSONValue json ) : void
ToString ( ) : string

Method Details

Initialize() public method

public Initialize ( UnityEditorInternal.JSONValue json ) : void
json UnityEditorInternal.JSONValue
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

id public_oe property

public string id
return string

type public_oe property

public string type
return string