Class MoveTo
Inheritance
MonoBehaviour
MoveTo
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public class MoveTo : MonoBehaviour
Fields
speed
Declaration
public float speed
Field Value
Type | Description |
---|---|
System.Single |
target
Declaration
public Transform target
Field Value
Type | Description |
---|---|
Transform |
Methods
SetTarget(Transform)
Declaration
public void SetTarget(Transform target)
Parameters
Type | Name | Description |
---|---|---|
Transform | target |