Class PrefabModification<T>
Class that handles prefab modifications.
Inherited Members
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 |