AssetInfo

AssetInfo class

자산 정보. 자산 정보는 Scene에 첨부될 수 있습니다. 자식 Scene은 자체 AssetInfo를 가지고 부모의 정의를 재정의할 수 있습니다.

메서드

constructor

이름설명
constructor()AssetInfo 클래스의 새 인스턴스를 초기화합니다.

Result:


constructor_overload

이름설명
constructor_overload(name)AssetInfo 클래스의 새 인스턴스를 초기화합니다.

Parameters:

이름유형설명
nameString이름

Result:


getCreationTime

이름설명
getCreationTime()이 자산의 생성 시간을 가져오거나 설정합니다.

Result:


getModificationTime

이름설명
getModificationTime()이 자산의 수정 시간을 가져오거나 설정합니다.

Result:


getAmbient

이름설명
getAmbient()이 자산의 기본 주변 색상을 가져오거나 설정합니다.

Result:


getUrl

이름설명
getUrl()이 자산의 URL을 가져오거나 설정합니다.

Result:


setUrl

이름설명
setUrl(value)이 자산의 URL을 가져오거나 설정합니다.

Result:


getApplicationVendor

이름설명
getApplicationVendor()애플리케이션 공급업체의 이름을 가져오거나 설정합니다.

Result:


setApplicationVendor

이름설명
setApplicationVendor(value)애플리케이션 공급업체의 이름을 가져오거나 설정합니다.

Result:


getCopyright

이름설명
getCopyright()문서의 저작권 정보를 가져오거나 설정합니다.

Result:


setCopyright

이름설명
setCopyright(value)문서의 저작권 정보를 가져오거나 설정합니다.

Result:


getApplicationName

이름설명
getApplicationName()이 자산을 만든 애플리케이션을 가져오거나 설정합니다.

Result:


setApplicationName

이름설명
setApplicationName(value)이 자산을 만든 애플리케이션을 가져오거나 설정합니다.

Result:


getApplicationVersion

이름설명
getApplicationVersion()이 자산을 만든 애플리케이션의 버전을 가져오거나 설정합니다.

Result:


setApplicationVersion

이름설명
setApplicationVersion(value)이 자산을 만든 애플리케이션의 버전을 가져오거나 설정합니다.

Result:


getTitle

이름설명
getTitle()이 자산의 제목을 가져오거나 설정합니다

Result:


setTitle

이름설명
setTitle(value)이 자산의 제목을 가져오거나 설정합니다

Result:


getSubject

이름설명
getSubject()이 자산의 주제를 가져오거나 설정합니다

Result:


setSubject

이름설명
setSubject(value)이 자산의 주제를 가져오거나 설정합니다

Result:


getAuthor

이름설명
getAuthor()이 자산의 저자를 가져오거나 설정합니다

Result:


setAuthor

이름설명
setAuthor(value)이 자산의 저자를 가져오거나 설정합니다

Result:


getKeywords

이름설명
getKeywords()이 자산의 키워드를 가져오거나 설정합니다

Result:


setKeywords

이름설명
setKeywords(value)이 자산의 키워드를 가져오거나 설정합니다

Result:


getRevision

이름설명
getRevision()이 자산의 리비전 번호를 가져오거나 설정합니다. 일반적으로 버전 관리 시스템에서 사용됩니다.

Result:


setRevision

이름설명
setRevision(value)이 자산의 리비전 번호를 가져오거나 설정합니다. 일반적으로 버전 관리 시스템에서 사용됩니다.

Result:


getComment

이름설명
getComment()이 자산의 주석을 가져오거나 설정합니다.

Result:


setComment

이름설명
setComment(value)이 자산의 주석을 가져오거나 설정합니다.

Result:


getUnitName

이름설명
getUnitName()이 자산에서 사용되는 길이 단위를 가져오거나 설정합니다. 예: cm/m/km/inch/feet

Result:


setUnitName

이름설명
setUnitName(value)이 자산에서 사용되는 길이 단위를 가져오거나 설정합니다. 예: cm/m/km/inch/feet

Result:


getUnitScaleFactor

이름설명
getUnitScaleFactor()실제 미터에 대한 스케일 팩터를 가져오거나 설정합니다. 단위 이름이 null인 경우 직렬화 중에 무시됩니다.

Result:


setUnitScaleFactor

이름설명
setUnitScaleFactor(value)실제 미터에 대한 스케일 팩터를 가져오거나 설정합니다. 단위 이름이 null인 경우 직렬화 중에 무시됩니다.

Result:


getCoordinatedSystem

이름설명
getCoordinatedSystem()이 자산에서 사용되는 좌표계를 가져오거나 설정합니다.

Result:


getUpVector

이름설명
getUpVector()이 자산에서 사용되는 업 벡터를 가져오거나 설정합니다.

Result:


getName

이름설명
getName()이름을 가져오거나 설정합니다. 이름.

Result:


setName

이름설명
setName(value)이름을 가져오거나 설정합니다. 이름.

Result:


getProperties

이름설명
getProperties()모든 속성의 컬렉션을 가져옵니다.

Result:


removeProperty

이름설명
removeProperty(property)동적 속성을 제거합니다.

Parameters:

이름유형설명
속성속성제거할 속성은 무엇입니까

Result: boolean


removeProperty

이름설명
removeProperty(property)이름으로 식별된 지정된 속성을 제거합니다.

Parameters:

이름유형설명
propertStringnull

Result: boolean


getProperty

이름설명
getProperty(property)지정된 속성의 값을 가져옵니다

Parameters:

이름유형설명
속성String속성 이름

Result: Object


setProperty

이름설명
setProperty(property, value)지정된 속성의 값을 설정합니다

Parameters:

이름유형설명
속성String속성 이름
valueObject속성의 값

Result: Object


findProperty

이름설명
findProperty(propertyName)속성을 찾습니다. 동적 속성 (Created by CreateDynamicProperty/SetProperty) 또는 네이티브 속성(Identified by its name) 일 수 있습니다

Parameters:

이름유형설명
propertyNameString속성 이름.

Result: 속성