C# Class BovineLabs.NaughtyAttributes.Editor.ValueRunner

Exibir arquivo Open project: tertle/com.bovinelabs.naughtyattributes

Public Methods

Method Description
Run ( NonSerializedAttributeWrapper wrapper, NaughtyAttribute attribute ) : void
Run ( SerializedPropertyAttributeWrapper wrapper, NaughtyAttribute attribute ) : void

Method Details

Run() public abstract method

public abstract Run ( NonSerializedAttributeWrapper wrapper, NaughtyAttribute attribute ) : void
wrapper NonSerializedAttributeWrapper
attribute NaughtyAttribute
return void

Run() public abstract method

public abstract Run ( SerializedPropertyAttributeWrapper wrapper, NaughtyAttribute attribute ) : void
wrapper SerializedPropertyAttributeWrapper
attribute NaughtyAttribute
return void