Class BaseProfileInspectorExtensions
Namespace: RealityCollective.ServiceFramework.Editor.Utilities
public static class BaseProfileInspectorExtensions
Inheritance
object ← BaseProfileInspectorExtensions
Methods
CopySerializedValues(BaseProfile, BaseProfile)
public static void CopySerializedValues(this BaseProfile target, BaseProfile source)
Parameters
target BaseProfile
source BaseProfile
CreateNewProfileInstance(BaseProfile, SerializedProperty, Type, bool)
Creates a new BaseProfile instance and sets it to the SerializedProperty.
public static BaseProfile CreateNewProfileInstance(this BaseProfile parentProfile, SerializedProperty property, Type profileType, bool clone = false)
Parameters
parentProfile BaseProfile
property SerializedProperty
profileType Type
clone bool