UnityEditor.PropertyAndTargetHandler.PropertyAndTargetHandler C# (CSharp) Méthode

PropertyAndTargetHandler() public méthode

public PropertyAndTargetHandler ( UnityEditor.SerializedProperty property, Object target, TargetChoiceHandler function ) : System
property UnityEditor.SerializedProperty
target Object
function TargetChoiceHandler
Résultat System
        public PropertyAndTargetHandler(SerializedProperty property, Object target, TargetChoiceHandler.TargetChoiceMenuFunction function)
        {
            this.property = property;
            this.target = target;
            this.function = function;
        }
    }
PropertyAndTargetHandler