stride-docs icon indicating copy to clipboard operation
stride-docs copied to clipboard

Include Editor API

Open Kryptos-FR opened this issue 6 years ago • 3 comments

Until recently, the code for the editor was closed source. Now that a everything is under MIT, the editor API should be included in the documentation.

Kryptos-FR avatar Aug 05 '18 23:08 Kryptos-FR

@manio143, @Eideren, shall I try this?

VaclavElias avatar Sep 26 '23 08:09 VaclavElias

You can try - it's probably going to add a lot of data into the generation, so watch out for it making the build a lot longer.

manio143 avatar Sep 26 '23 08:09 manio143

This is going to be parked again. I am getting these errors when building through DocFX which I am not able to resolve at the moment.

error: D:\Projects\GitHub\stride\sources\editor\Stride.Editor\Preview\AnimationAssetPreviewCompiler.cs(16,58): error CS0508: 'AnimationAssetPreviewCompiler.GetInputTypes(AssetItem)': return type must be 'IEnumerable<>' to match overridden member 'AnimationAssetCompiler.GetInputTypes(AssetItem)'
error: D:\Projects\GitHub\stride\sources\editor\Stride.Editor\Preview\AnimationAssetPreviewCompiler.cs(16,58): error CS0246: The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

VaclavElias avatar Sep 27 '23 23:09 VaclavElias