Class UserData

java.lang.Object
org.vrspace.server.obj.Entity
org.vrspace.server.obj.UserData

@Node public class UserData extends Entity
Simple key-value pair that can be attached to any VRObject, but is most useful when attached to Client, as it allows to persist custom user information.
Author:
joe
  • Constructor Details

    • UserData

      public UserData()
    • UserData

      public UserData(VRObject object, String key, String value)
  • Method Details