REACH Explorer
  • ❓Getting Started
  • đŸ–Ĩī¸REACH Explorer
    • âŦDownloads
    • 👤Create an Account
    • đŸ‘ĨEquip an Avatar
    • ⚡Blockchain
      • 💰Connect a Wallet
        • Cardano
        • Ethereum
    • â„šī¸Support
      • đŸ’ģDevice Requirements
      • 🌐How to Clear Browser Cache
    • âš–ī¸Terms of Service
  • đŸ› ī¸Metaverse Cloud Engine SDK
    • 🎮Unity Engine SDK
      • âš ī¸Limits
      • âŦ‡ī¸How to Install the SDK
      • 👤Create an Account
      • âŦ†ī¸Upload a Space
      • âŦ†ī¸Upload a Prefab
      • âŦ†ī¸Upload an Avatar
      • đŸ¤ŗAR Experiences
      • 👀Content Visibility
      • đŸŽĨRender Pipelines
      • 📂3D File Formats
      • 📜Custom Scripting
        • Custom JavaScript
          • Getting Started
          • Guidelines
      • 🔧Components
        • AI & Machine Learning
          • AI Agent
          • Text To Speech
        • Interactions
          • Metaverse Interactable
            • Non VR Animation
        • Networking
          • Network Object
          • Network Transform
          • Network Object RPC
          • Network Event
        • Blockchain
          • Blockchain GLB
          • Blockchain Query
        • Avatars
          • Player Avatar Container
        • General
          • Platform API
          • Video Camera API
        • Assets
          • Asset
            • Asset Meta Data
          • Meta Space
            • Meta Space Meta Data
          • Meta Prefab
            • Meta Prefab Meta Data
Powered by GitBook
On this page

Was this helpful?

  1. Metaverse Cloud Engine SDK
  2. Unity Engine SDK
  3. Components
  4. Assets
  5. Meta Prefab

Meta Prefab Meta Data

MetaPrefabMetadata Documentation

The MetaPrefabMetadata class contains metadata for a Meta Prefab. This metadata is used to describe the Meta Prefab and to control its behavior.

Namespace

MetaverseCloudEngine.Unity.Assets.MetaPrefabs

Public Properties

  • ObjectLoadRange loadRange: Defines the distance from the camera at which the Meta Prefab should be loaded and unloaded. This property is only relevant for non-avatar Meta Prefabs.

  • bool isAvatar: Indicates whether the Meta Prefab is an avatar. Avatar Meta Prefabs are not subject to LOD (level of detail) management.

  • bool isBuildable: Indicates whether the Meta Prefab can be placed in the world using the land plot builder.

  • PrefabBuilderCategory builderCategories: Specifies the categories that the Meta Prefab belongs to in the land plot builder. This property is only relevant for buildable Meta Prefabs.

Usage

The MetaPrefabMetadata class is used by the MetaPrefab component to store metadata about a Meta Prefab. This metadata is used to control the behavior of the Meta Prefab, such as its LOD management and its availability in the land plot builder.

PreviousMeta Prefab

Last updated 1 year ago

Was this helpful?

đŸ› ī¸
🎮
🔧