RvmFormat
inhoud
[
verbergen
]RvmFormat class
Het RVM-formaat @hideconstructor
Methoden
getVersion
| Naam | Beschrijving |
|---|---|
| getVersion() | Haalt bestandsformaatversie op |
Result:
getExtension
| Naam | Beschrijving |
|---|---|
| getExtension() | Haalt de extensienaam van dit type op. |
Result:
getExtensions
| Naam | Beschrijving |
|---|---|
| getExtensions() | Haalt de extensienamen van dit type op. |
Result:
getContentType
| Naam | Beschrijving |
|---|---|
| getContentType() | Haalt bestandsformaatinhoudstype op. De waarde van de eigenschap is de integer‑constante FileContentType. |
Result:
getFileFormatType
| Naam | Beschrijving |
|---|---|
| getFileFormatType() | Haalt bestandsformaattype op |
Result:
loadAttributes
| Naam | Beschrijving |
|---|---|
| loadAttributes(scene, fileName, prefix) | Laad de attributen van de opgegeven bestandsnaam |
Parameters:
| Naam | Type | Beschrijving |
|---|---|---|
| scene | Scene | De scène waarop de attributen worden toegepast |
| fileName | String | De bestandsnaam die de attributen bevat |
| prefix | String | Het voorvoegsel van de attributen dat wordt gebruikt om naamconflicten te voorkomen, standaardwaarde is “rvm:” |
Result:
createLoadOptions
| Naam | Beschrijving |
|---|---|
| createLoadOptions() | Maak standaard laadopties voor dit bestandsformaat. |
Result: LoadOptions
createSaveOptions
| Naam | Beschrijving |
|---|---|
| createSaveOptions() | Maak standaard opslagopties voor dit bestandsformaat. |
Result: SaveOptions
toString
| Naam | Beschrijving |
|---|---|
| toString() | Formaten naar tekenreeks |
Result: String