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