Footprint.Update C# (CSharp) Méthode

Update() public méthode

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