C# Class UnityEditor.PropertyAndTargetHandler

Show file 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 property

public TargetChoiceHandler.TargetChoiceMenuFunction function
return TargetChoiceHandler.TargetChoiceMenuFunction

property public property

public SerializedProperty property
return SerializedProperty

target public property

public Object target
return Object