Nostalgia  2.1.5
DontMoveAttribute Class Reference

Attribute to ensure that it can not move components by dragging and dropping to the Hierarchy window. More...

Inheritance diagram for DontMoveAttribute:

Public Member Functions

 DontMoveAttribute (bool dontMoveGameObject)
 constructor More...
 

Public Attributes

bool dontMoveGameObject
 

Detailed Description

Attribute to ensure that it can not move components by dragging and dropping to the Hierarchy window.

Constructor & Destructor Documentation

DontMoveAttribute ( bool  dontMoveGameObject)

constructor

Parameters
dontMoveGameObjectWhether to prevent even the movement of the game object

Member Data Documentation

bool dontMoveGameObject