UnityEditor.EventManipulationHandler.EventManipulationHandler C# (CSharp) Method

EventManipulationHandler() public method

public EventManipulationHandler ( TimeArea timeArea ) : System
timeArea TimeArea
return System
        public EventManipulationHandler(TimeArea timeArea)
        {
            this.m_Timeline = timeArea;
        }