Method TransformInternalId
TransformInternalId(IResourceLocation)
Checks for an internal id transform function and uses it to modify the internal id value.
선언
public string TransformInternalId(IResourceLocation location)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IResourceLocation | location | The location to transform the internal id of. |
반환
타입 | 설명 |
---|---|
string | If a transform func is set, use it to pull the local id; otherwise, the InternalId property of the location is used. |