C# Class UnityEditor.Animations.PushUndoIfNeeded

显示文件 Open project: randomize/VimConfig

Private Properties

Property Type Description

Public Methods

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

Method Details

DoUndo() public method

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

PushUndoIfNeeded() public method

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