C# Class UnityEditor.PropertyAndTargetHandler

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
function TargetChoiceHandler.TargetChoiceMenuFunction
property SerializedProperty
target Object

Méthodes publiques

Méthode Description
PropertyAndTargetHandler ( UnityEditor.SerializedProperty property, Object target, TargetChoiceHandler function ) : System

Method Details

PropertyAndTargetHandler() public méthode

public PropertyAndTargetHandler ( UnityEditor.SerializedProperty property, Object target, TargetChoiceHandler function ) : System
property UnityEditor.SerializedProperty
target Object
function TargetChoiceHandler
Résultat System

Property Details

function public_oe property

public TargetChoiceHandler.TargetChoiceMenuFunction function
Résultat TargetChoiceHandler.TargetChoiceMenuFunction

property public_oe property

public SerializedProperty property
Résultat SerializedProperty

target public_oe property

public Object target
Résultat Object