C# Class MiniMap

Inheritance: MonoBehaviour
Mostrar archivo Open project: marouen-lamiri/Second-Soul Class Usage Examples

Public Properties

Property Type Description
material Material

Public Methods

Method Description
buildLine ( Vector3 start, Vector3 end ) : void
setLine ( string positions ) : void
subscribeToSorcererInstancePublisher ( ) : void
updateMySorcerer ( Sorcerer newSorcerer ) : void

Private Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
buildMinimap ( ) : void
moveMiniMapCamera ( Vector3 position ) : void

Method Details

buildLine() public static method

public static buildLine ( Vector3 start, Vector3 end ) : void
start Vector3
end Vector3
return void

setLine() public static method

public static setLine ( string positions ) : void
positions string
return void

subscribeToSorcererInstancePublisher() public method

public subscribeToSorcererInstancePublisher ( ) : void
return void

updateMySorcerer() public method

public updateMySorcerer ( Sorcerer newSorcerer ) : void
newSorcerer Sorcerer
return void

Property Details

material public_oe static_oe property

public static Material material
return Material