SpriteShapeRenderer

class in UnityEngine.U2D

/

Inherits from:Component

Switch to Manual

Description

Renders SpriteShapes defined through the SpriteShapeUtility.GenerateSpriteShape API.

Variables

colorRendering color for the SpriteShape.
maskInteractionSpecifies how the SpriteShape interacts with the masks.

Public Functions

GetBoundsGet Bounds data as NativeArray. The array count of this NativeArray will always be 1.
GetChannelsGet/Set an array of mesh data of SpriteShapeRenderer.
GetSegmentsGet/Set an array of segments of SpriteShapeRenderer.
PreparePrepare and generate the SpriteShape geometry that will be fed to SpriteShape generator for rendering.

Inherited members

Variables

gameObjectИгровой объект к которому прикреплён данный компонент. Компонент всегда прикреплён к игровому объекту.
tagТег данного игрового объекта.
transformThe Transform attached to this GameObject.

Public Functions

BroadcastMessageВызывает метод названный methodName на каждом MonoBehaviour этого game object-а или любого из его потомков.
CompareTagПомечен ли данный игровой объект тегом tag?
GetComponentReturns the component of Type type if the GameObject has one attached, null if it doesn't. Will also return disabled components.
GetComponentInChildrenВозвращает компонент типа type в GameObject или некоторого его потомка через поиск в глубину.
GetComponentInParentВозвращает все компоненты типа type из GameObject'а или из любого его родителя.
GetComponentsВозвращает все компоненты типа type в GameObject.
GetComponentsInChildrenВозвращает все компоненты типа type в GameObject или любому из его потомков.
GetComponentsInParentВозвращает все компоненты типа type в GameObject или любому из его родителей.
SendMessageВызывает метод с названием methodName в каждом MonoBehaviour в этом игровом объекте.
SendMessageUpwardsВызывает метод с именем methodName в каждом MonoBehaviour в этом игровом объекте и в каждом предке поведения.
TryGetComponentGets the component of the specified type, if it exists.