DecalHolder.GetExpeditor Method

DecalFramework

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

Get certain DecalExpeditor on this DecalHolder (parented to this GameObject)

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

Expand  imageSyntax

C#
public GameObject GetExpeditor( 
DecalType decalType 
);

Parameters

decalType

DecalType for search DecalExpeditor

Return Value

DecalExpeditor (parent) for all Decals of type decalType 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