RvmFormat

RvmFormat class

RVM 포맷 @hideconstructor

메서드

getVersion

이름설명
getVersion()파일 형식 버전을 가져옵니다

Result:


getExtension

이름설명
getExtension()이 유형의 확장자 이름을 가져옵니다.

Result:


getExtensions

이름설명
getExtensions()이 유형의 확장자 이름들을 가져옵니다.

Result:


getContentType

이름설명
getContentType()파일 형식 콘텐츠 유형을 가져옵니다. 속성 값은 FileContentType 정수 상수입니다.

Result:


getFileFormatType

이름설명
getFileFormatType()파일 형식 유형을 가져옵니다

Result:


loadAttributes

이름설명
loadAttributes(scene, fileName, prefix)지정된 파일 이름에서 속성을 로드합니다.

Parameters:

이름유형설명
sceneScene속성이 적용될 씬
fileNameString속성을 포함하는 파일 이름
prefixString이름 충돌을 방지하기 위해 사용되는 속성의 접두사이며, 기본값은 “rvm:“입니다.

Result:


createLoadOptions

이름설명
createLoadOptions()이 파일 형식에 대한 기본 로드 옵션을 생성합니다.

Result: LoadOptions


createSaveOptions

이름설명
createSaveOptions()이 파일 형식에 대한 기본 저장 옵션을 생성합니다.

Result: SaveOptions


toString

이름설명
toString()형식을 문자열로 변환

Result: String