class SerializedProperty.Proxy

in global :: Sandbox

Allows easily creating SerializedProperty classes that wrap other properties.


public void SetValue( T value, SerializedProperty source )

😔 No documentation found.

public bool HasAttribute( )

😔 No documentation found.

public bool HasAttribute( Type t )

😔 No documentation found.

public bool TryGetAttribute( ref T attribute )

😔 No documentation found.

public IEnumerable<T> GetAttributes( )

😔 No documentation found.

public IEnumerable<Attribute> GetAttributes( Type t )

😔 No documentation found.

public bool IsMultipleValues { get; }

😔 No documentation found.

public bool IsMultipleDifferentValues { get; }

😔 No documentation found.

public IEnumerable<SerializedProperty> MultipleProperties { get; }

😔 No documentation found.

public SerializedProperty GetKey( )

😔 No documentation found.

public bool ShouldShow( )

😔 No documentation found.

public bool IsNullable { get; }

😔 No documentation found.

public Type NullableType { get; }

😔 No documentation found.

public bool IsNull { get; }

😔 No documentation found.

public void SetNullState( bool isnull )

😔 No documentation found.

public void Invoke( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public object GetDefault( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public IEnumerable<Attribute> GetAttributes( )

😔 No documentation found.

public SerializedObject Parent { get; }

😔 No documentation found.

public bool IsProperty { get; }

😔 No documentation found.

public bool IsField { get; }

😔 No documentation found.

public bool IsMethod { get; }

😔 No documentation found.

public string Name { get; }

😔 No documentation found.

public string DisplayName { get; }

😔 No documentation found.

public string Description { get; }

😔 No documentation found.

public string GroupName { get; }

😔 No documentation found.

public int Order { get; }

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public bool IsEditable { get; }

😔 No documentation found.

public Type PropertyType { get; }

😔 No documentation found.

public string SourceFile { get; }

😔 No documentation found.

public int SourceLine { get; }

😔 No documentation found.

public bool HasChanges { get; }

😔 No documentation found.

public bool IsValid { get; }

😔 No documentation found.

public ref SerializedProperty.AsAccessor As { get; }

😔 No documentation found.

public bool TryGetAsObject( ref SerializedObject obj )

😔 No documentation found.

public T GetValue( T defaultValue = null )

😔 No documentation found.

public bool IsPublic { get; }

😔 No documentation found.

public void SetValue( T value )

😔 No documentation found.