Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AttributesScope(IProperty, IProperty)

Initializes a new instance of the AttributesScope struct assigns the given attributes to the specified target.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Constructor
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public AttributesScope(IProperty target, IProperty source)

Parameters

target

The target to set the attributes for.

source

The source to copy attributes from.