Component:DocumentInterface: Difference between revisions

From Resonite Wiki
m 989onan moved page DocumentInterface (Component) to Component:DocumentInterface: Misspelled title
Automated: update Fields, Categories
 
Line 6: Line 6:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|ItemName|IField`1|
|ItemName|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv0=true|
|SpawningUser|UserRef|
|SpawningUser|UserRef|
|SpawningUserID|IField`1|
|SpawningUserID|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv2=true|
|IsInstance|Bool|
|IsInstance|Bool|
|URL|IField`1|
|URL|'''[[Type:IField`1|IField`1]]<[[Type:Uri|Uri]]>'''|TypeAdv4=true|
|Page|IField`1|
|Page|'''[[Type:IField`1|IField`1]]<[[Type:Int|Int]]>'''|TypeAdv5=true|
}}
}}


Line 20: Line 20:




[[Category:Components:Utility:Entity_Interfaces]]
[[Category:Components:Utility:Entity Interfaces{{#translation:}}|Document Interface]]
[[Category:Components]]
[[Category:Components{{#translation:}}|Document Interface]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Latest revision as of 22:54, 3 March 2024

Component image 
Document Interface component as seen in the Scene Inspector


Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
ItemName IField`1<String>
SpawningUser UserRef
SpawningUserID IField`1<String>
IsInstance Bool
URL IField`1<Uri>
Page IField`1<Int>

Usage

Used in your local space for volume sliders. Specifically for the different volume groups.

Examples