Class PropertyConfig
Base property config.
Inheritance
PropertyConfig
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public abstract class PropertyConfig
Constructors
| Edit this page View SourcePropertyConfig(string)
Creates a new property config that has no active Assimp property store.
Declaration
protected PropertyConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the property. |
Properties
| Edit this page View SourceName
Gets the property name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceOnApplyValue(nint)
Applies the property value to the given Assimp property store.
Declaration
protected abstract void OnApplyValue(nint propStore)
Parameters
Type | Name | Description |
---|---|---|
nint | propStore | Assimp property store |
SetDefaultValue()
Sets the current value to the default value.
Declaration
public abstract void SetDefaultValue()