Show / Hide Table of Contents

Class GodSeekerSeatedControl

This class controls the Godseeker, and makes Godseeker look left or right towards a specified target.

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
GodSeekerSeatedControl
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
public class GodSeekerSeatedControl : MonoBehaviour

Properties

| Edit this page View Source

Target

Gets or sets the target for Godseeker to look towards.

Declaration
public Transform Target { get; set; }
Property Value
Type Description
Transform

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
CoroutineUtilities.RunCoroutineWhile<T>(T, IEnumerator, Func<bool>)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾