UnityEditor.EventManipulationHandler.EventManipulationHandler C# (CSharp) 메소드

EventManipulationHandler() 공개 메소드

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