Click or drag to resize

CacheableValueSetterGetReferencedComponent Method

Fetch the Component this setter is referencing.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract Component GetReferencedComponent()

Return Value

Type: Component
The Component referenced by the setter.
See Also