siFCurveEditorAttribute Enum


Enumerations

enum   siFCurveEditorAttribute {
  siRegionStartFrame = 0,
  siRegionEndFrame = 1,
  siRegionMin = 2,
  siRegionMax = 3
}

Detailed Description

Enumeration of the different attributes that are available on the FCurveEditor object.
See also:
FCurveEditor::EditorAttribute, FCurveEditor::GetEditorAttribute2

Enumeration Type Documentation

enum siFCurveEditorAttribute

Enumerator:
siRegionStartFrame  [0] If a region has been selected this returns the start frame. If no region has been selected then 0.0 is returned.
siRegionEndFrame  [1] End frame of the region selection, or 0.0 if no region has been selected.
siRegionMin  [2] Minimum value of the keys in the region, or 0.0 if no region has been selected.
siRegionMax  [3] Maximum value of the keys in the region, or 0.0 if no region has been selected.