C# 클래스 UnityToolbag.ResourcePathAttribute

상속: UnityEngine.PropertyAttribute
파일 보기 프로젝트 열기: ChemiKhazi/UnityToolbag

공개 프로퍼티들

프로퍼티 타입 설명
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