Search Results for

    Show / Hide Table of Contents

    Class ProjectParameters

    The settings of the project.

    Inheritance
    object
    ProjectParameters
    Namespace: Evergine.Common
    Assembly: Evergine.Common.dll
    Syntax
    public class ProjectParameters

    Properties

    MaxSkinningWeights

    Gets or sets a the maximum of skinning weights.

    Declaration
    public uint MaxSkinningWeights { get; set; }
    Property Value
    Type Description
    uint

    SparseMorphTargets

    Gets or sets a value indicating whether the fbx importer uses sparse morph targets.

    Declaration
    public bool SparseMorphTargets { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX