VRCKind Class

Namespace: VRChat
Inherited: System.Object

A kind formatter for specifying the Kind property
This can be used to ensure proper IDs are used in business-first applications.

Fields

  1. File
  2. User
  3. World
  4. Avatar

Fields


public File

A VRChat ID of type "file", representing a File object.

public User

A VRChat ID of type "usr", representing a User object.

public World

A VRChat ID of type "wrld", representing a World object.

public Avatar

A VRChat ID of type "avtr", representing an Avatar object.