ObjectBlur.Start C# (CSharp) Method

Start() protected method

protected Start ( ) : void
return void
	protected void Start() {
		m_StretchMaterial = MotionVectorMaterialFactory.NewMaterial();
		m_RegularMaterial = renderer.material;

		m_PreviousModelMatrix = transform.localToWorldMatrix;
	}