C# Class UnityEditor.Animations.PushUndoIfNeeded.PushUndoIfNeededImpl

Show file Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
m_PushUndo bool

Public Methods

Method Description
DoUndo ( UnityEngine target, string undoOperation ) : void
PushUndoIfNeededImpl ( bool pushUndo ) : System

Method Details

DoUndo() public method

public DoUndo ( UnityEngine target, string undoOperation ) : void
target UnityEngine
undoOperation string
return void

PushUndoIfNeededImpl() public method

public PushUndoIfNeededImpl ( bool pushUndo ) : System
pushUndo bool
return System

Property Details

m_PushUndo public property

public bool m_PushUndo
return bool