LightningSplineScript Methods |
The LightningSplineScript type exposes the following members.
Name | Description | |
---|---|---|
![]() | Awake |
AWake
(Inherited from LightningBoltScript.) |
![]() | BroadcastMessage(String) | Calls the method named methodName on every MonoBehaviour in this game object or any of its children. |
![]() | BroadcastMessage(String, Object) | Calls the method named methodName on every MonoBehaviour in this game object or any of its children. |
![]() | BroadcastMessage(String, SendMessageOptions) | Calls the method named methodName on every MonoBehaviour in this game object or any of its children. |
![]() | BroadcastMessage(String, Object, SendMessageOptions) | Calls the method named methodName on every MonoBehaviour in this game object or any of its children. |
![]() | CancelInvoke | Cancels all Invoke calls on this MonoBehaviour. |
![]() | CancelInvoke(String) | Cancels all Invoke calls with name methodName on this behaviour. |
![]() | CompareTag | Is this game object tagged with tag ? |
![]() | CreateLightningBolt |
Create a lightning bolt
(Overrides LightningBoltPrefabScriptBaseCreateLightningBolt(LightningBoltParameters).) |
![]() | CreateLightningBolts |
Create multiple lightning bolts, attempting to batch them into as few draw calls as possible
(Inherited from LightningBoltScript.) |
![]() | CreateLightningBoltsNow |
Create lightning bolts immediately
(Inherited from LightningBoltPrefabScriptBase.) |
![]() | CreateParameters |
Get or create lightning bolt parameters from cache, and set quality setting
(Inherited from LightningBoltScript.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetComponent(Type) | Returns the component of Type type if the game object has one attached, null if it doesn't. |
![]() | GetComponent(String) | Returns the component with name type if the game object has one attached, null if it doesn't. |
![]() | GetComponent``1 | (Inherited from Component.) |
![]() | GetComponentInChildren(Type) | Returns the component of Type type in the GameObject or any of its children using depth first search. |
![]() | GetComponentInChildren(Type, Boolean) | (Inherited from Component.) |
![]() | GetComponentInChildren``1 | (Inherited from Component.) |
![]() | GetComponentInChildren``1(Boolean) | (Inherited from Component.) |
![]() | GetComponentInParent(Type) | Returns the component of Type type in the GameObject or any of its parents. |
![]() | GetComponentInParent``1 | (Inherited from Component.) |
![]() | GetComponents(Type) | Returns all components of Type type in the GameObject. |
![]() | GetComponents(Type, ListComponent) | (Inherited from Component.) |
![]() | GetComponents``1 | (Inherited from Component.) |
![]() | GetComponents``1(ListUMP) | (Inherited from Component.) |
![]() | GetComponentsInChildren(Type) | Returns all components of Type type in the GameObject or any of its children. |
![]() | GetComponentsInChildren(Type, Boolean) | Returns all components of Type type in the GameObject or any of its children. |
![]() | GetComponentsInChildren``1 | (Inherited from Component.) |
![]() | GetComponentsInChildren``1(Boolean) | (Inherited from Component.) |
![]() | GetComponentsInChildren``1(ListUMP) | (Inherited from Component.) |
![]() | GetComponentsInChildren``1(Boolean, ListUMP) | (Inherited from Component.) |
![]() | GetComponentsInParent(Type) | (Inherited from Component.) |
![]() | GetComponentsInParent(Type, Boolean) | Returns all components of Type type in the GameObject or any of its parents. |
![]() | GetComponentsInParent``1 | (Inherited from Component.) |
![]() | GetComponentsInParent``1(Boolean) | (Inherited from Component.) |
![]() | GetComponentsInParent``1(Boolean, ListUMP) | (Inherited from Component.) |
![]() | GetCurrentPathObjects |
Get the game objects in the path currently - null or inactive objects are not returned
(Inherited from LightningBoltPathScriptBase.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInstanceID | Returns the instance id of the object. |
![]() | GetType | (Inherited from Object.) |
![]() | Invoke | Invokes the method methodName in time seconds. |
![]() | InvokeRepeating | Invokes the method methodName in time seconds, then repeatedly every repeatRate seconds. |
![]() | IsInvoking | Is any invoke pending on this MonoBehaviour? |
![]() | IsInvoking(String) | Is any invoke on methodName pending? |
![]() | LateUpdate |
LateUpdate
(Inherited from LightningBoltScript.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnCreateParameters |
Create a new lightning bolt parameters instance or get from cache
(Overrides LightningBoltPathScriptBaseOnCreateParameters.) |
![]() | OnDrawGizmos |
OnDrawGizmos
(Inherited from LightningBoltPathScriptBase.) |
![]() | PopulateParameters |
Populate lightning bolt parameters from script
(Inherited from LightningBoltPrefabScriptBase.) |
![]() ![]() | PopulateSpline |
Populate a list of spline points from source points
|
![]() | SendMessage(String) | Calls the method named methodName on every MonoBehaviour in this game object. |
![]() | SendMessage(String, Object) | Calls the method named methodName on every MonoBehaviour in this game object. |
![]() | SendMessage(String, SendMessageOptions) | Calls the method named methodName on every MonoBehaviour in this game object. |
![]() | SendMessage(String, Object, SendMessageOptions) | Calls the method named methodName on every MonoBehaviour in this game object. |
![]() | SendMessageUpwards(String) | Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. |
![]() | SendMessageUpwards(String, Object) | Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. |
![]() | SendMessageUpwards(String, SendMessageOptions) | Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. |
![]() | SendMessageUpwards(String, Object, SendMessageOptions) | Calls the method named methodName on every MonoBehaviour in this game object and on every ancestor of the behaviour. |
![]() | Start |
Start
(Overrides LightningBoltPrefabScriptBaseStart.) |
![]() | StartCoroutine(IEnumerator) | Starts a coroutine. |
![]() | StartCoroutine(String) | Starts a coroutine named methodName. |
![]() | StartCoroutine(String, Object) | Starts a coroutine named methodName. |
![]() | StartCoroutine_Auto | Obsolete. (Inherited from MonoBehaviour.) |
![]() | StopAllCoroutines | Stops all coroutines running on this behaviour. |
![]() | StopCoroutine(String) | Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour. |
![]() | StopCoroutine(IEnumerator) | Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour. |
![]() | StopCoroutine(Coroutine) | Stops the first coroutine named methodName, or the coroutine stored in routine running on this behaviour. |
![]() | ToString | Returns the name of the GameObject. |
![]() | Trigger |
Manually trigger the lightning once
(Inherited from LightningBoltPrefabScriptBase.) |
![]() | Trigger(Single) |
Manually trigger lightning
(Inherited from LightningBoltPrefabScriptBase.) |
![]() | Trigger(NullableVector3, NullableVector3) |
Manually trigger lightning
(Inherited from LightningBoltPrefabScriptBase.) |
![]() | Trigger(ListVector3, Boolean) |
Triggers lightning that follows a set of points, rather than the standard lightning bolt that goes between two points.
|
![]() | Update |
Update
(Overrides LightningBoltPrefabScriptBaseUpdate.) |