ReplayObject.IsPrefab Property

Ultimate Replay

ReplayObjectIsPrefab Property
Returns true when this game object is a prefab asset. Returns false when this game object is a scene object or prefab instance.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsPrefab { get; }

Property Value

Type: Boolean
See Also