C# Класс UnityToolbag.ResourcePathAttribute

Наследование: UnityEngine.PropertyAttribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
allowedType System.Type

Открытые методы

Метод Описание
ResourcePathAttribute ( ) : System

Show string as an object box that points to a resource asset.

ResourcePathAttribute ( Type restrictType ) : System

Show string as an object box that points to a resource asset, restricted by a type

Описание методов

ResourcePathAttribute() публичный Метод

Show string as an object box that points to a resource asset.
public ResourcePathAttribute ( ) : System
Результат System

ResourcePathAttribute() публичный Метод

Show string as an object box that points to a resource asset, restricted by a type
public ResourcePathAttribute ( Type restrictType ) : System
restrictType System.Type Type of asset that can be placed into object box.
Результат System

Описание свойств

allowedType публичное свойство

public Type,System allowedType
Результат System.Type