Class ModelExtensions
Inheritance
ModelExtensions
Assembly: Glitch9.AIDevKit.dll
Syntax
public static class ModelExtensions
Methods
|
Edit this page
View Source
EnsureModel(Model, ModelType, Model)
Declaration
public static Model EnsureModel(this Model model, ModelType type, Model defaultModel)
Parameters
Returns
|
Edit this page
View Source
EnsureModel(Model, ModelType, string)
Declaration
public static Model EnsureModel(this Model model, ModelType type, string defaultModelId)
Parameters
Returns
|
Edit this page
View Source
EnsureModel(Model, string)
Declaration
public static Model EnsureModel(this Model model, string defaultModelId)
Parameters
| Type |
Name |
Description |
| Model |
model |
|
| string |
defaultModelId |
|
Returns