C# Class UnityEditor.PropertyAndTargetHandler

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
function TargetChoiceHandler.TargetChoiceMenuFunction
property SerializedProperty
target Object

Public Methods

Method Description
PropertyAndTargetHandler ( UnityEditor.SerializedProperty property, Object target, TargetChoiceHandler function ) : System

Method Details

PropertyAndTargetHandler() public method

public PropertyAndTargetHandler ( UnityEditor.SerializedProperty property, Object target, TargetChoiceHandler function ) : System
property UnityEditor.SerializedProperty
target Object
function TargetChoiceHandler
return System

Property Details

function public_oe property

public TargetChoiceHandler.TargetChoiceMenuFunction function
return TargetChoiceHandler.TargetChoiceMenuFunction

property public_oe property

public SerializedProperty property
return SerializedProperty

target public_oe property

public Object target
return Object