fixed a small issue in Curve
This commit is contained in:
parent
3ba3457903
commit
c9690928c5
@ -80,9 +80,21 @@ namespace ANX.Framework
|
|||||||
{ get; set; }
|
{ get; set; }
|
||||||
public CurveLoopType PostLoop
|
public CurveLoopType PostLoop
|
||||||
{ get; set; }
|
{ get; set; }
|
||||||
|
|
||||||
public CurveKeyCollection Keys
|
public CurveKeyCollection Keys
|
||||||
{ get; }
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public Boolean IsConstant
|
public Boolean IsConstant
|
||||||
{ get; }
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user