User Tools

Site Tools


uv_set_instance

Description

Defines an instance of a uv_set asset.

Parent Objects

Properties

Name Description Default Required
id A string representing the unique identifier for this asset within the current file scope. None yes
url A string representing the URI of the uv_set definition to instantiate. None yes
parent A string representing the URI of the geometry that the UV set should attach to. None yes

Example

{
    "id" : "TestV4-1",
    "url" : "#TestV4",
    "parent" : "#blMilMan_m4b"
}