docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InstantiationSettings

    Instantiation settings

    Inheritance
    object
    InstantiationSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: GLTFast
    Assembly: glTFast.dll
    Syntax
    [Serializable]
    public class InstantiationSettings

    Properties

    Layer

    Instantiated objects will be assigned to this layer.

    Declaration
    public int Layer { get; set; }
    Property Value
    Type Description
    int

    LightIntensityFactor

    Light intensity values are multiplied by this factor.

    Declaration
    public float LightIntensityFactor { get; set; }
    Property Value
    Type Description
    float

    Mask

    Can be used to exclude component instantiation based on type.

    Declaration
    public ComponentType Mask { get; set; }
    Property Value
    Type Description
    ComponentType

    SceneObjectCreation

    Scene object creation method. Determines whether or when a GameObject/Entity representing the scene should get created.

    Declaration
    public SceneObjectCreation SceneObjectCreation { get; set; }
    Property Value
    Type Description
    SceneObjectCreation

    SkinUpdateWhenOffscreen

    Corresponds to updateWhenOffscreen When true, calculate the mesh bounds on every frame, even when the mesh is not visible.

    Declaration
    public bool SkinUpdateWhenOffscreen { get; set; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)