C# Class Runt.Core.Model.Content

Afficher le fichier Open project: Runt-Editor/Runt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Content ( string contentId, string relativePath, bool dirty ) : Newtonsoft.Json
WithText ( string newText ) : Content

Method Details

Content() public méthode

public Content ( string contentId, string relativePath, bool dirty ) : Newtonsoft.Json
contentId string
relativePath string
dirty bool
Résultat Newtonsoft.Json

WithText() public abstract méthode

public abstract WithText ( string newText ) : Content
newText string
Résultat Content