FastLineRendererResetAll Method |
Reset all FastLineRenderer objects in the scene - this is fast and does not rely on the slow Unity Find* methods.
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static void ResetAll()
Public Shared Sub ResetAll
public:
static void ResetAll()
static member ResetAll : unit -> unit
See Also