Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AttributesScope Constructor

Declaration

public AttributesScope(Unity.Properties.IProperty target, Unity.Properties.IProperty source);

Parameters

target The target to set the attributes for.
source The source to copy attributes from.

Description

Initializes a new instance of the AttributesScope struct assigns the given attributes to the specified target.