Show / Hide Table of Contents

Class Graphable

Inheritance
System.Object
Graphable
Implements
IGraphable
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public class Graphable : Object, IGraphable

Constructors

Graphable(String, Func<Single>)

Declaration
public Graphable(string name, Func<float> f)
Parameters
Type Name Description
System.String name
System.Func<System.Single> f

Properties

Value

Declaration
public float Value { get; }
Property Value
Type Description
System.Single

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Implements

IGraphable

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾