interface VdrState {
    avatar: ReferenceData;
    garments: AssetReference[];
    scene: ReferenceData;
}

Properties

Properties

The avatar reference that is currently shown

garments: AssetReference[]

The garments that are currently shown

The scene reference that is currently shown