Difference between revisions of "Root/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "新しいGridSpaceワールドのRoot以下のスロットは以下の通りです:")
Line 2: Line 2:
 
'''Root'''(ルート)とは、ワールドの最上位[[slot/ja|スロット]]のことです。
 
'''Root'''(ルート)とは、ワールドの最上位[[slot/ja|スロット]]のことです。
  
Components present in Root for a new GridSpace world are:
+
新規作成したGridSpace worldのRootに存在するコンポーネントは以下の通りです。:
  
 
{{Table ComponentCategoryComponents
 
{{Table ComponentCategoryComponents
Line 19: Line 19:
 
}}
 
}}
  
Slots under Root for a new GridSpace world are:
+
新しいGridSpaceワールドのRoot以下のスロットは以下の通りです:
  
 
{| class="wikitable" style="font-size:10pt;"
 
{| class="wikitable" style="font-size:10pt;"

Revision as of 14:53, 16 February 2022

Other languages:
English • ‎日本語

Root(ルート)とは、ワールドの最上位スロットのことです。

新規作成したGridSpace worldのRootに存在するコンポーネントは以下の通りです。:

Components
Component Summary
StaticLocaleProvider
AssetLoader<LocaleResource> Loader for the StaticLocaleProvider.
GradientStripTexture
DynamicVariableSpace Provides a dynamic variable space named World.
FontChain Provides five fonts.
StaticFont Five of these, one for each font in the FontChain.
TextUnlitMaterial A material for text, white with black outline.
UI_TextUnlitMaterial A material for text in UI, white with black outline.
SpriteProvider For a checkmark icon.
StaticTexture2D For a checkmark icon.
SpriteProvider For a filled circle icon.
StaticTexture2D For a filled circle icon.

新しいGridSpaceワールドのRoot以下のスロットは以下の通りです:

Slots
Slot Summary
Controllers Contains the Locomotion Modules slot for users spawning into the world.
Roles Contains slots for world permissions.
Clipboard Importer Contains the ClipboardImporter component which handles pasting things into the world.
Light Provides a directional light for the world.
Skybox Provides the skybox for the world.
Ground Provides the ground for the world.
SpawnArea Provides the spawn area for the world.
Assets Holder for assets referenced by objects, but not stored in those objects.
User (name) (ID) A user's root slot, one per user.
_TEMP A temporary scratch area.
Undo Manager The undo manager. Stores undo steps per user.

See Also