Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTransformActive(int)

Returns true if the transform at the given index is active.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public bool GetTransformActive(int index)

Parameters

index

The index of the transform.

Returns

Type

Description

bool