C# Class UnityToolbag.ResourcePathAttribute

Inheritance: UnityEngine.PropertyAttribute
Exibir arquivo Open project: ChemiKhazi/UnityToolbag

Public Properties

Property Type Description
allowedType System.Type

Public Methods

Method Description
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

Method Details

ResourcePathAttribute() public method

Show string as an object box that points to a resource asset.
public ResourcePathAttribute ( ) : System
return System

ResourcePathAttribute() public method

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.
return System

Property Details

allowedType public_oe property

public Type,System allowedType
return System.Type