The Skinned Mesh filter.
bones | The bones used to skin the mesh. |
localBounds | AABB of this Skinned Mesh in its local space. |
quality | The maximum number of bones affecting a single vertex. |
sharedMesh | The mesh used for skinning. |
updateWhenOffscreen | If enabled, the Skinned Mesh will be updated when offscreen. If disabled, this also disables updating animations. |
BakeMesh | Creates a snapshot of SkinnedMeshRenderer and stores it in mesh. |
GetBlendShapeWeight | Returns weight of BlendShape on this renderer. |
SetBlendShapeWeight | Sets weight of BlendShape on this renderer. |
gameObject | The game object this component is attached to. A component is always attached to a game object. |
tag | El tag de este game object. |
transform | The Transform attached to this GameObject (null if there is none attached). |
hideFlags | Should the object be hidden, saved with the scene or modifiable by the user? |
name | El nombre del objeto. |
bounds | The bounding volume of the renderer (Read Only). |
enabled | Makes the rendered 3D object visible if enabled. |
isPartOfStaticBatch | Has this renderer been statically batched with any other renderers? |
isVisible | Is this renderer visible in any camera? (Read Only) |
lightmapIndex | The index of the baked lightmap applied to this renderer. |
lightmapScaleOffset | The UV scale & offset used for a lightmap. |
localToWorldMatrix | Matrix that transforms a point from local space into world space (Read Only). |
material | Returns the first instantiated Material assigned to the renderer. |
materials | Todos los materiales compartidos de este objeto. |
probeAnchor | If set, Renderer will use this Transform's position to find the light or reflection probe. |
realtimeLightmapIndex | The index of the realtime lightmap applied to this renderer. |
realtimeLightmapScaleOffset | The UV scale & offset used for a realtime lightmap. |
receiveShadows | ¿Este objeto recibe sombras? |
reflectionProbeUsage | Should reflection probes be used for this Renderer? |
shadowCastingMode | ¿El objeto emite sombras? |
sharedMaterial | The shared material of this object. |
sharedMaterials | Todos los materiales compartidos de este objeto. |
sortingLayerID | Unique ID of the Renderer's sorting layer. |
sortingLayerName | Name of the Renderer's sorting layer. |
sortingOrder | Renderer's order within a sorting layer. |
useLightProbes | Should light probes be used for this Renderer? |
worldToLocalMatrix | Matrix that transforms a point from world space into local space (Read Only). |
BroadcastMessage | Llama al método denominado methodName de todos los MonoBehaviour en este game objecto en cualquiera de sus hijos. |
CompareTag | ¿Este game object está etiquetado con tag? |
GetComponent | Devuelve un componente de tipo type si el game object tiene a alguno adjuntado, o null si no lo tiene. |
GetComponentInChildren | Returns the component of Type type in the GameObject or any of its children using depth first search. |
GetComponentInParent | Returns the component of Type type in the GameObject or any of its parents. |
GetComponents | Returns all components of Type type in the GameObject. |
GetComponentsInChildren | Returns all components of Type type in the GameObject or any of its children. |
GetComponentsInParent | Returns all components of Type type in the GameObject or any of its parents. |
SendMessage | Llama al método denominado methodName en cada MonoBehaviour de este game object. |
SendMessageUpwards | Llama al método denominado methodName en todos los MonoBehaviour de este juego y en todos los ancestros del behaviour. |
GetInstanceID | Returns the instance id of the object. |
ToString | Devuelve el nombre del objeto. |
GetClosestReflectionProbes | Returns an array of closest reflection probes with weights, weight shows how much influence the probe has on the renderer, this value is also used when blending between reflection probes occur. |
GetPropertyBlock | Get per-renderer material property block. |
SetPropertyBlock | Lets you add per-renderer material parameters without duplicating a material. |
Destroy | Elimina un gameobject, componente o asset. |
DestroyImmediate | Destroys the object obj immediately. You are strongly recommended to use Destroy instead. |
DontDestroyOnLoad | Makes the object target not be destroyed automatically when loading a new scene. |
FindObjectOfType | Devuelve el primer objeto activo cargado de tipo type. |
FindObjectsOfType | Devuelve una lista de todos los objetos activos cargados de tipo type. |
Instantiate | Devuelve el nombre del objeto. |
bool | ¿Existe el objeto? |
operator != | Compares if two objects refer to a different object. |
operator == | Compares two object references to see if they refer to the same object. |
OnBecameInvisible | OnBecameInvisible is called when the object is no longer visible by any camera. |
OnBecameVisible | OnBecameVisible is called when the object became visible by any camera. |