DecalHolder.GetAllExpeditors Method

DecalFramework

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

Get all DecalExpeditors on this DecalHolder (parented to this GameObject)

Namespace: Frameshift.Decal
Assembly: Frameshift.Decal (in Frameshift.Decal.dll)

Expand  imageSyntax

C#
public GameObject[] GetAllExpeditors();

Return Value

All DecalExpeditors (parents) for all DecalTypes on this GameObject (Holder).

Expand image Platforms

Unity 2.6.1

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Expand image See Also