Show / Hide Table of Contents

Struct SplineModificationInfo

Contains information about what parts of the spline were modified

Namespace: VRSketchingGeometry.Splines
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()
In This Article
Back to top Generated by DocFX