C# Class SimpleRemoteInterpolation, snippets

Inheritance: MonoBehaviour
Mostrar archivo Open project: vesche/snippets Class Usage Examples

Public Methods

Method Description
SetTransform ( Vector3, pos, bool interpolate ) : void

Private Methods

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

Method Details

SetTransform() public method

public SetTransform ( Vector3, pos, bool interpolate ) : void
pos Vector3,
interpolate bool
return void