Summary
Get a
Weaver.Editor.Procedural.Scripting.PropertyBuilder
from the object pool and initialize it with the specified parameters as a
member of this type.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- TypeBuilder
Syntax
public PropertyBuilder AddProperty(string nameSource, TypeName propertyType, AppendFunction getterBuilder, AppendFunction setterBuilder)
Parameters
Name | Type | Description |
---|---|---|
nameSource | string | |
propertyType | TypeName | |
getterBuilder | AppendFunction | |
setterBuilder | AppendFunction |
Return Value
Type | Description |
---|---|
PropertyBuilder |