Footprint.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
    void Update()
    {
        if (transform.position != cachedPos || transform.rotation != cachedRot)
            m_modified = true;
    }