Class NoteConfig
Inheritance
System.Object
NoteConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: cs.temp.dll.dll
Syntax
Fields
CUT_DIRECTION_0
Declaration
public const int CUT_DIRECTION_0 = 1
Field Value
| Type |
Description |
| System.Int32 |
|
CUT_DIRECTION_135
Declaration
public const int CUT_DIRECTION_135 = 4
Field Value
| Type |
Description |
| System.Int32 |
|
CUT_DIRECTION_180
Declaration
public const int CUT_DIRECTION_180 = 0
Field Value
| Type |
Description |
| System.Int32 |
|
CUT_DIRECTION_225
Declaration
public const int CUT_DIRECTION_225 = 5
Field Value
| Type |
Description |
| System.Int32 |
|
CUT_DIRECTION_270
Declaration
public const int CUT_DIRECTION_270 = 3
Field Value
| Type |
Description |
| System.Int32 |
|
CUT_DIRECTION_315
Declaration
public const int CUT_DIRECTION_315 = 7
Field Value
| Type |
Description |
| System.Int32 |
|
CUT_DIRECTION_45
Declaration
public const int CUT_DIRECTION_45 = 6
Field Value
| Type |
Description |
| System.Int32 |
|
CUT_DIRECTION_90
Declaration
public const int CUT_DIRECTION_90 = 2
Field Value
| Type |
Description |
| System.Int32 |
|
CUT_DIRECTION_NONE
Declaration
public const int CUT_DIRECTION_NONE = 8
Field Value
| Type |
Description |
| System.Int32 |
|
LINE_INDEX_0
Declaration
public const int LINE_INDEX_0 = 0
Field Value
| Type |
Description |
| System.Int32 |
|
LINE_INDEX_1
Declaration
public const int LINE_INDEX_1 = 1
Field Value
| Type |
Description |
| System.Int32 |
|
LINE_INDEX_2
Declaration
public const int LINE_INDEX_2 = 2
Field Value
| Type |
Description |
| System.Int32 |
|
LINE_INDEX_3
Declaration
public const int LINE_INDEX_3 = 3
Field Value
| Type |
Description |
| System.Int32 |
|
LINE_LAYER_0
Declaration
public const int LINE_LAYER_0 = 0
Field Value
| Type |
Description |
| System.Int32 |
|
LINE_LAYER_1
Declaration
public const int LINE_LAYER_1 = 1
Field Value
| Type |
Description |
| System.Int32 |
|
LINE_LAYER_2
Declaration
public const int LINE_LAYER_2 = 2
Field Value
| Type |
Description |
| System.Int32 |
|
LINE_LAYER_3
Declaration
public const int LINE_LAYER_3 = 3
Field Value
| Type |
Description |
| System.Int32 |
|
NOTE_TYPE_LEFT
Declaration
public const int NOTE_TYPE_LEFT = 0
Field Value
| Type |
Description |
| System.Int32 |
|
NOTE_TYPE_RIGHT
Declaration
public const int NOTE_TYPE_RIGHT = 1
Field Value
| Type |
Description |
| System.Int32 |
|
Properties
BelongsToDoubleNote
Declaration
public bool BelongsToDoubleNote { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
CutDirection
Declaration
public int CutDirection { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
LineIndex
Declaration
public int LineIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
LineLayer
Declaration
public int LineLayer { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ObstacleLineIndex
Declaration
public int ObstacleLineIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Time
Declaration
public float Time { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Type
Declaration
public int Type { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|