RecordTags

RecordTags

new RecordTags()

Source:
. Util to Handle Tags in Records

Members

(static, readonly) AudioClip

Source:
. Audio Tag

(static, readonly) CommonAvatar

Source:
. Common Avatar Tag

(static, readonly) CommonTooltip

Source:
. Common Avatar Tag

(static, readonly) Facet

Source:
. Facet Tag

(static, readonly) IGNORE_TAGS

Source:
. Ignored Tags

(static, readonly) InteractiveCamera

Source:
. Interactive Camera Tag

(static, readonly) MessageItem

Source:
. Message Embed Tag

(static, readonly) Photo

Source:
. Photo Tag

(static, readonly) Photo360

Source:
. 360 Photo Tag

(static, readonly) PhotoStereo

Source:
. Stereo Photo Tag

(static, readonly) ProfileIcon

Source:
. Profile Icon Tag

(static, readonly) RawFile

Source:
. File Tag

(static, readonly) VideoClip

Source:
. Video Tag

(static, readonly) VirtualKeyboard

Source:
. Keyboard Tag

(static, readonly) VRPhoto

Source:
. 3D Photo Tag

(static, readonly) WorldOrb

Source:
. World Orb Tag

Methods

(static) ClipAsset(url) → {String}

Source:
. Generate Audio Clip Asset Tag
Parameters:
Name Type Description
url String
Returns:
Tag
Type
String

(static) ClipLength(length) → {String}

Source:
. Generate Clip Length Tag
Parameters:
Name Type Description
length Number Clip Length
Returns:
Tag
Type
String

(static) CorrespondingMessageId(messageId) → {String}

Source:
. Generate Message Embed Tag
Parameters:
Name Type Description
messageId String Message ID
Returns:
Tag
Type
String

(static) CorrespondingWorldUrl(worldUrl) → {String}

Source:
. Generate World Tag
Parameters:
Name Type Description
worldUrl String World URL
Returns:
Tag
Type
String

(static) ExtractTag(tagBuilder, tags)

Source:
. Add a StringBuilder tag to TagList
Parameters:
Name Type Description
tagBuilder StringBuilder
tags HashSet.<String>

(static) ExtractValue(tags, prefix) → {any}

Source:
. Extract a value from a Generated Tag
Parameters:
Name Type Description
tags HashSet.<String>
prefix String
Returns:
Type
any

(static) GenerateTagsFromName(name, tags) → {void}

Source:
. Generate a TagList from a String
Parameters:
Name Type Description
name String
tags HashSet.<String>
Returns:
Type
void

(static) GetCorrespondingMessageId(tags) → {String}

Source:
. Get Message ID from Taglist
Parameters:
Name Type Description
tags HashSet.<String>
Returns:
Tag
Type
String

(static) GetCorrespondingWorldrl(tags) → {String}

Source:
. Get World URL from Taglist
Parameters:
Name Type Description
tags HashSet.<String>
Returns:
Tag
Type
String

(static) LocationAccessLevel(accessLevel) → {String}

Source:
. Generate LocationAccessLevel Tag
Parameters:
Name Type Description
accessLevel SessionAccessLevel Access Level
Returns:
Tag
Type
String

(static) LocationHiddenFromListing(hidden) → {String}

Source:
. Generate Location Tag
Parameters:
Name Type Description
hidden Boolean hidden
Returns:
Tag
Type
String

(static) LocationHost(userId) → {String}

Source:
. Generate Location Tag
Parameters:
Name Type Description
userId String User ID
Returns:
Tag
Type
String

(static) LocationName(name) → {String}

Source:
. Generate Location Tag
Parameters:
Name Type Description
name String Location
Returns:
Tag
Type
String

(static) PresentUser(userId) → {String}

Source:
. Generate User Tag
Parameters:
Name Type Description
userId String User ID
Returns:
Tag
Type
String

(static) RawFileAsset(url) → {String}

Source:
. Generate Raw File Asset Tag
Parameters:
Name Type Description
url String
Returns:
Tag
Type
String

(static) TextureAsset(url) → {String}

Source:
. Generate Texture Asset Tag
Parameters:
Name Type Description
url String
Returns:
Tag
Type
String

(static) TimeStamp(time) → {String}

Source:
. Generate Timestamp Tag
Parameters:
Name Type Description
time Date Current Time
Returns:
Tag
Type
String