C# Class magnetic, UrsaMajor

Inheritance: MonoBehaviour
Show file Open project: BJarv/UrsaMajor

Public Properties

Property Type Description
magnetized bool
player GameObject
speed float
target bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

magnetized public property

public bool magnetized
return bool

player public property

public GameObject player
return GameObject

speed public property

public float speed
return float

target public property

public bool target
return bool