C# Class UndoableAction, code

Inheritance: MonoBehaviour
显示文件 Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
Type UndoableActionType
from object
target UnityEngine.Object
to object

Public Methods

Method Description
UndoableAction ( UndoableActionType type, Object target, object from, object to )

Method Details

UndoableAction() public method

public UndoableAction ( UndoableActionType type, Object target, object from, object to )
type UndoableActionType
target UnityEngine.Object
from object
to object

Property Details

Type public_oe property

public UndoableActionType Type
return UndoableActionType

from public_oe property

public object from
return object

target public_oe property

public Object,UnityEngine target
return UnityEngine.Object

to public_oe property

public object to
return object