Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CustomPivotMode

Use this class to implement an editor pivot mode setting. This is the base class from which all custom pivot mode settings are inherited.
Read time 3 minutesLast updated 5 days ago

Definition

public abstract class CustomPivotMode : ScriptableObject

Properties

Property

Description

positionGets the position of this pivot mode setting.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.