C# Class UnityEditorInternal.AnimationWindowPolicy

Mostra 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_oe property

public OnCurrentTimeChangeDelegate OnCurrentTimeChange
return OnCurrentTimeChangeDelegate

OnGeometryChange public_oe property

public OnGeometryChangeDelegate OnGeometryChange
return OnGeometryChangeDelegate

OnZoomableAreaChange public_oe property

public OnZoomableAreaChangeDelegate OnZoomableAreaChange
return OnZoomableAreaChangeDelegate

SynchronizeCurrentTime public_oe property

public SynchronizeCurrentTimeDelegate SynchronizeCurrentTime
return SynchronizeCurrentTimeDelegate

SynchronizeFrameRate public_oe property

public SynchronizeFrameRateDelegate SynchronizeFrameRate
return SynchronizeFrameRateDelegate

SynchronizeGeometry public_oe property

public SynchronizeGeometryDelegate SynchronizeGeometry
return SynchronizeGeometryDelegate

SynchronizeZoomableArea public_oe property

public SynchronizeZoomableAreaDelegate SynchronizeZoomableArea
return SynchronizeZoomableAreaDelegate