C# 클래스 ResourceAttribute, Unity3D-ResourceAttribute

상속: Attribute
파일 보기 프로젝트 열기: Thundernerd/Unity3D-ResourceAttribute 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ForceType bool
Name string

공개 메소드들

메소드 설명
ResourceAttribute ( string name ) : UnityEngine
ResourceAttribute ( string name, bool forceType ) : UnityEngine

메소드 상세

ResourceAttribute() 공개 메소드

public ResourceAttribute ( string name ) : UnityEngine
name string
리턴 UnityEngine

ResourceAttribute() 공개 메소드

public ResourceAttribute ( string name, bool forceType ) : UnityEngine
name string
forceType bool
리턴 UnityEngine

프로퍼티 상세

ForceType 공개적으로 프로퍼티

public bool ForceType
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string