Content
The Content data type represents a reference to asset content stored externally or as an object within the place, wrapping a single value of one of the supported Enum.ContentSourceType values.
Warning
Replication is not yet supported for Object values. When an Instance with a Content property containing a Object value is replicated, an unusable placeholder Object of the same type will be used instead of the Object itself, and any attempt to read or write the contents of that placeholder object will throw. These placeholder objects will render as a cyan and magenta checkerboard pattern.
This will be replaced with standard replication behavior in the future. For now, do not use EditableImage or EditableMesh as Content on the server on an Instance that can replicate to clients.
Summary
Constructors
- fromObject(object : Object)
Properties
An empty Content value with Content.SourceType of None.
The source type of the contained value.
A URI string if Content.SourceType is Uri, otherwise nil.
A reference to a non-nil Object if Content.SourceType is Object, otherwise nil.
Constructors
Properties
SourceType
The source type of the contained value. Indicates which property contains a non‑nil value.