Class AnimationCurveCell
Inheritance
AnimationCurveCell
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class AnimationCurveCell : SheetCell<AnimationCurve>, IEquatable<SheetCell>, IValueCell<AnimationCurve>, IValueCell
Constructors
|
Edit this page
View Source
AnimationCurveCell(string, AnimationCurve)
Declaration
public AnimationCurveCell(string columnId, AnimationCurve value = null)
Parameters
| Type |
Name |
Description |
| string |
columnId |
|
| AnimationCurve |
value |
|
Methods
|
Edit this page
View Source
IsNullOrEmpty()
Declaration
public override bool IsNullOrEmpty()
Returns
Overrides
Implements
Extension Methods