C# Class UnityEditorInternal.AnimationWindowPolicy

Show file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
OnCurrentTimeChange OnCurrentTimeChangeDelegate
OnGeometryChange OnGeometryChangeDelegate
OnZoomableAreaChange OnZoomableAreaChangeDelegate
SynchronizeCurrentTime SynchronizeCurrentTimeDelegate
SynchronizeFrameRate SynchronizeFrameRateDelegate
SynchronizeGeometry SynchronizeGeometryDelegate
SynchronizeZoomableArea SynchronizeZoomableAreaDelegate

Public Methods

Method Description
AnimationWindowPolicy ( ) : System

Method Details

AnimationWindowPolicy() public method

public AnimationWindowPolicy ( ) : System
return System

Property Details

OnCurrentTimeChange public property

public OnCurrentTimeChangeDelegate OnCurrentTimeChange
return OnCurrentTimeChangeDelegate

OnGeometryChange public property

public OnGeometryChangeDelegate OnGeometryChange
return OnGeometryChangeDelegate

OnZoomableAreaChange public property

public OnZoomableAreaChangeDelegate OnZoomableAreaChange
return OnZoomableAreaChangeDelegate

SynchronizeCurrentTime public property

public SynchronizeCurrentTimeDelegate SynchronizeCurrentTime
return SynchronizeCurrentTimeDelegate

SynchronizeFrameRate public property

public SynchronizeFrameRateDelegate SynchronizeFrameRate
return SynchronizeFrameRateDelegate

SynchronizeGeometry public property

public SynchronizeGeometryDelegate SynchronizeGeometry
return SynchronizeGeometryDelegate

SynchronizeZoomableArea public property

public SynchronizeZoomableAreaDelegate SynchronizeZoomableArea
return SynchronizeZoomableAreaDelegate