Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.31 KB

File metadata and controls

26 lines (21 loc) · 1.31 KB

vrchat_dart_generated.model.CreatePropRequest

Load the model package

import 'package:vrchat_dart_generated/api.dart';

Properties

Name Type Description Notes
assetUrl String
assetVersion int
description String
id String
imageUrl String
name String
platform String This is normally android, ios, standalonewindows, web, or the empty value ``, but also supposedly can be any random Unity version such as 2019.2.4-801-Release or `2019.2.2-772-Release` or even `unknownplatform`.
propSignature String [optional]
spawnType int How a prop is summoned and interacted with. 0: the prop fixed to some surface in the world 1: the prop is a pickup and may be held by users 2: ??? [default to 1]
tags List<String>
unityVersion String
worldPlacementMask int Bitmask for restrictions on what world surfaces a prop may be summoned. 0: no restrictions 1: floors 2: walls 4: ceilings [default to 1]

[Back to Model list] [Back to API list] [Back to README]