Search Results for

    Show / Hide Table of Contents

    Class PrefabModification<T>

    Class that handles prefab modifications.

    Inheritance
    object
    PrefabModification
    PrefabModification<T>
    Inherited Members
    PrefabModification.Target
    PrefabModification.Name
    PrefabModification.CreateModification(string, Guid, Type, object)
    Namespace: Evergine.Framework.Assets.AssetSources.Entities
    Assembly: Evergine.Framework.dll
    Syntax
    public class PrefabModification<T> : PrefabModification
    Type Parameters
    Name Description
    T

    The property type.

    Constructors

    PrefabModification()

    Initializes a new instance of the PrefabModification<T> class.

    Declaration
    public PrefabModification()

    PrefabModification(string, Guid, T)

    Initializes a new instance of the PrefabModification<T> class.

    Declaration
    public PrefabModification(string name, Guid target, T propertyValue)
    Parameters
    Type Name Description
    string name

    The parameter name.

    Guid target

    The target parameter.

    T propertyValue

    The new value.

    Fields

    TypedValue

    The property value.

    Declaration
    public T TypedValue
    Field Value
    Type Description
    T

    Properties

    Value

    Gets or sets the property value.

    Declaration
    public override object Value { get; set; }
    Property Value
    Type Description
    object
    Overrides
    PrefabModification.Value

    Extension Methods

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