C# Class FullInspector.fiPersistentMetadata

Mostra file Open project: jacobdufault/fullinspector

Public Methods

Method Description
GetMetadataFor ( UnityEngine.Object target ) : fiGraphMetadata
GetMetadataFor ( fiUnityObjectReference target ) : fiGraphMetadata
HasMetadata ( fiUnityObjectReference target ) : bool
Reset ( fiUnityObjectReference target ) : void

Private Methods

Method Description
fiPersistentMetadata ( ) : System

Method Details

GetMetadataFor() public static method

public static GetMetadataFor ( UnityEngine.Object target ) : fiGraphMetadata
target UnityEngine.Object
return fiGraphMetadata

GetMetadataFor() public static method

public static GetMetadataFor ( fiUnityObjectReference target ) : fiGraphMetadata
target FullInspector.Internal.fiUnityObjectReference
return fiGraphMetadata

HasMetadata() public static method

public static HasMetadata ( fiUnityObjectReference target ) : bool
target FullInspector.Internal.fiUnityObjectReference
return bool

Reset() public static method

public static Reset ( fiUnityObjectReference target ) : void
target FullInspector.Internal.fiUnityObjectReference
return void