Table of Contents

Class ModelPopupAttribute

Namespace
Glitch9.AIDevKit
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public sealed class ModelPopupAttribute : ApiRefAttribute
Inheritance
object
ModelPopupAttribute
Inherited Members

Constructors

ModelPopupAttribute(Api, ModelType)

public ModelPopupAttribute(Api api, ModelType type = ModelType.Unknown)

Parameters

api Api
type ModelType

ModelPopupAttribute(ModelType)

public ModelPopupAttribute(ModelType type)

Parameters

type ModelType

ModelPopupAttribute(string, ModelType)

public ModelPopupAttribute(string fieldName, ModelType type = ModelType.Unknown)

Parameters

fieldName string
type ModelType

Fields

type

public readonly ModelType type

Field Value

ModelType