Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

335
Vistas
is transform a class or a property in Unity?

I am new to programming, could someone help me to understand it better. when I check the Unity Manual it shows that transform is a class in Unity Engine, but when I hold my mouse over a transform in c# code, it shows transform is a property of the component class, I mean the icon for the property is shown(small French). why it does not show class when the mouse is over it? any help or link to study is appreciated.

enter image description here

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Transform is a class in UnityEngine, each GameObject has one. .transform is a property of a MonoBehaviour, that returns a Transform instance associated with GameObject that current (this) MonoBehaviour has.

You can assume it is defined as (although in reality it is optimized and faster than that)

Transform transform {get { return GetComponent<Transform>(); }} 
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda