Struct SplineModificationInfo
Contains information about what parts of the spline were modified
Assembly: VRSketchingGeometry.dll
Syntax
public struct SplineModificationInfo
Constructors
SplineModificationInfo(Int32, Int32, Int32)
Declaration
public SplineModificationInfo(int index, int removeCount, int addCount)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Int32 |
removeCount |
|
| System.Int32 |
addCount |
|
Properties
AddCount
Declaration
public int AddCount { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Index
Declaration
public int Index { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
RemoveCount
Declaration
public int RemoveCount { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.ValueType.ToString()